From b997b27c28e58609c5e777a2d66c1075247afcc8 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Thu, 3 Oct 2024 16:57:19 +0200 Subject: [PATCH] Bump to version 1.5.5 --- CHANGELOG.md | 5 ++++- formset/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67f4f7..1e4b940 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 e9a38c7..3428d5d 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))