Skip to content

Commit

Permalink
Bump to version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Oct 3, 2024
1 parent 5334a82 commit 6717cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changes

1.5.4
* Fix: Regression in `FileUploadWidget`, drag and drop of file into drag area does not work.

1.5.3
* Fix: Regression in `RichtextArea`, heading with a single level does not work.

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

0 comments on commit 6717cda

Please sign in to comment.