File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed
Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,23 @@ Changelog
55unreleased
66==========
77
8+ 3.2.0 (2022-06-13)
9+ ==================
10+
11+ * Added configurable dark mode (color scheme)
12+
8133.1.1 (2022-04-13)
9- ================
14+ ==================
1015
1116* Fix: Missing drop shadows and unreadable button coloring on hover
1217
13183.1.0 (2022-03-27)
14- ================
19+ ==================
1520
1621* Add dark mode depending on system settings
1722
18233.0.0 (2022-01-22)
19- ================
24+ ==================
2025
2126* Drop support for python 3.5, 3.6 and django 3.0
2227* Increase calendar box width to show Sundays
Original file line number Diff line number Diff line change 1- __version__ = '3.1.1 '
1+ __version__ = '3.2.0 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1.1
2+ current_version = 3.2.0
33commit = True
44tag = False
55
@@ -12,19 +12,19 @@ search = __version__ = '{current_version}'
1212replace = __version__ = ' {new_version}'
1313
1414[bumpversion:file:CHANGELOG.rst]
15- search =
15+ search =
1616 unreleased
1717 ==========
18- replace =
18+ replace =
1919 unreleased
2020 ==========
21-
21+
2222 {new_version} ({utcnow:%%Y-%%m-%%d})
23- ================
23+ ==================
2424
2525[flake8]
2626max-line-length = 119
27- exclude =
27+ exclude =
2828 *.egg-info,
2929 .eggs,
3030 .env,
Original file line number Diff line number Diff line change 3737
3838setup (
3939 name = 'djangocms-admin-style' ,
40- version = '3.1.1 ' ,
40+ version = '3.2.0 ' ,
4141 author = 'Divio AG' ,
42424343 maintainer = 'Django CMS Association and contributors' ,
You can’t perform that action at this time.
0 commit comments