Skip to content

Commit

Permalink
feincms3 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Feb 26, 2024
1 parent 33938a9 commit ffbf269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion feincms3/__init__.py
@@ -1 +1 @@
__version__ = "4.5.2"
__version__ = "4.6.0"

0 comments on commit ffbf269

Please sign in to comment.