Skip to content

Commit 619434a

Browse files
authored
feat: Prepare release 3.2.5 (#496)
* Bump version * Fix typo
1 parent 9fd5691 commit 619434a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
=========
44

5+
3.2.5 (2023-08-22)
6+
==================
7+
8+
* Add support for Django 4.2+ dark mode switch buttons
9+
* Add support for Django 4 view related admin buttons
10+
* Improve styling compatibility with Django 4.2
11+
* Add support for search field in admin nav (new in Django 4.2)
12+
513
3.2.4 (2023-04-25)
614
==================
715

djangocms_admin_style/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
10. Publish the release when ready
1717
11. Github actions will publish the new package to pypi
1818
"""
19-
__version__ = '3.2.4'
19+
__version__ = '3.2.5'

0 commit comments

Comments
 (0)