diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21a3618..e1929c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,10 @@ Change log Next version ~~~~~~~~~~~~ + +4.6 (2024-02-26) +~~~~~~~~~~~~~~~~ + - Added Python 3.12, Django 5.0. - Updated the signature of bundled ``render_*`` functions in ``feincms3.plugins`` to also accept a (for now optional) context parameter. diff --git a/feincms3/__init__.py b/feincms3/__init__.py index f490a96..db01fb2 100644 --- a/feincms3/__init__.py +++ b/feincms3/__init__.py @@ -1 +1 @@ -__version__ = "4.5.2" +__version__ = "4.6.0"