diff --git a/CHANGELOG.md b/CHANGELOG.md index f67f4f77..1e4b9406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ ## Changes -1.5.4 +1.5.5 * Fix: Regression in `FileUploadWidget`, drag and drop of file into drag area does not work. +1.5.4 + * yanked + 1.5.3 * Fix: Regression in `RichtextArea`, heading with a single level does not work. diff --git a/formset/__init__.py b/formset/__init__.py index e9a38c72..3428d5d4 100644 --- a/formset/__init__.py +++ b/formset/__init__.py @@ -1,2 +1,2 @@ -VERSION = 1, 5, 4 +VERSION = 1, 5, 5 __version__ = '.'.join(map(str, VERSION))