Skip to content

Commit b997b27

Browse files
committed
Bump to version 1.5.5
1 parent 6c4aa33 commit b997b27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Changes
22

3-
1.5.4
3+
1.5.5
44
* Fix: Regression in `FileUploadWidget`, drag and drop of file into drag area does not work.
55

6+
1.5.4
7+
* yanked
8+
69
1.5.3
710
* Fix: Regression in `RichtextArea`, heading with a single level does not work.
811

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, 4
1+
VERSION = 1, 5, 5
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)