Skip to content

Commit

Permalink
Bump to version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 25, 2024
1 parent a9971b9 commit e96ca52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
transfer values from one field to another one.
* Introduce partial submits and prefilling of dialog forms in collections.
* The parser generator allows whitespace inside parentheses.
* Perform all E2E tests by also using the monolithic build.
* Add `jest` to explicitly test the parser generator.

1.4.5
Expand Down
2 changes: 1 addition & 1 deletion formset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = 1, 5, 'dev'
VERSION = 1, 5
__version__ = '.'.join(map(str, VERSION))

0 comments on commit e96ca52

Please sign in to comment.