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 6c4aa33 commit b997b27Copy full SHA for b997b27
CHANGELOG.md
@@ -1,8 +1,11 @@
1
## Changes
2
3
-1.5.4
+1.5.5
4
* Fix: Regression in `FileUploadWidget`, drag and drop of file into drag area does not work.
5
6
+1.5.4
7
+ * yanked
8
+
9
1.5.3
10
* Fix: Regression in `RichtextArea`, heading with a single level does not work.
11
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = 1, 5, 4
+VERSION = 1, 5, 5
__version__ = '.'.join(map(str, VERSION))
0 commit comments