Skip to content

Commit

Permalink
Bump to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 4, 2024
1 parent 418ea66 commit a07ac97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changes

1.4.1
* Fix #136: Submit button shows bummer symbol after okay symbol.
* Fix #132: The size of the input window does not change as the window size changes.

1.4
* Add support for form dialogs. They can be used standalone or to add complex extensions to the
Richtext editor.
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, 4, 1
__version__ = '.'.join(map(str, VERSION))

0 comments on commit a07ac97

Please sign in to comment.