Skip to content

Commit

Permalink
form-designer 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 27, 2023
1 parent ae6c37a commit ccb05ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
Next version
------------

0.22
----

* Changed the default ordering of forms in the admin change list to
alphabetical.
* Modernized the package, switched to ruff and hatchling.
Expand Down
2 changes: 1 addition & 1 deletion form_designer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.21.2"
__version__ = "0.22.0"

0 comments on commit ccb05ac

Please sign in to comment.