We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418ea66 commit a07ac97Copy full SHA for a07ac97
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changes
2
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
+
7
1.4
8
* Add support for form dialogs. They can be used standalone or to add complex extensions to the
9
Richtext editor.
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = 1, 5, 'dev'
+VERSION = 1, 4, 1
__version__ = '.'.join(map(str, VERSION))
0 commit comments