Skip to content

Commit a07ac97

Browse files
committed
Bump to version 1.4.1
1 parent 418ea66 commit a07ac97

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changes
22

3+
1.4.1
4+
* Fix #136: Submit button shows bummer symbol after okay symbol.
5+
* Fix #132: The size of the input window does not change as the window size changes.
6+
37
1.4
48
* Add support for form dialogs. They can be used standalone or to add complex extensions to the
59
Richtext editor.

formset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = 1, 5, 'dev'
1+
VERSION = 1, 4, 1
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)