Skip to content

Commit

Permalink
feat: Prepare release 3.2.5 (#496)
Browse files Browse the repository at this point in the history
* Bump version

* Fix typo
  • Loading branch information
fsbraun committed Aug 21, 2023
1 parent 9fd5691 commit 619434a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

3.2.5 (2023-08-22)
==================

* Add support for Django 4.2+ dark mode switch buttons
* Add support for Django 4 view related admin buttons
* Improve styling compatibility with Django 4.2
* Add support for search field in admin nav (new in Django 4.2)

3.2.4 (2023-04-25)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_admin_style/__init__.py
Expand Up @@ -16,4 +16,4 @@
10. Publish the release when ready
11. Github actions will publish the new package to pypi
"""
__version__ = '3.2.4'
__version__ = '3.2.5'

0 comments on commit 619434a

Please sign in to comment.