diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 563f09e..c37c727 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,12 +5,20 @@ Change log Next version ~~~~~~~~~~~~ +0.5 (2024-08-20) +~~~~~~~~~~~~~~~~ + +- Removed testing for Django older than 4.2. +- Allowed setting a maximal length for URL and email fields. + + +0.4 (2023-07-27) +~~~~~~~~~~~~~~~~ + - Increased the test coverage. - Defined default content editor button icons for simple fields. - Switched to hatchling and ruff. - Added testing using Django 4.2, 5.0, 5.1 and Python 3.11, 3.12. -- Removed testing for Django older than 4.2. -- Allowed setting a maximal length for URL and email fields. `0.3`_ (2022-11-22) diff --git a/feincms3_forms/__init__.py b/feincms3_forms/__init__.py index 6a9beea..3d18726 100644 --- a/feincms3_forms/__init__.py +++ b/feincms3_forms/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"