Skip to content

Commit 1bd8c75

Browse files
authored
build: Release 3.2 (#461)
* Add missing changelog entry * Bump version: 3.1.0 → 3.1.1 * Bump version: 3.1.1 → 3.2.0
1 parent 4d49640 commit 1bd8c75

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,23 @@ Changelog
55
unreleased
66
==========
77

8+
3.2.0 (2022-06-13)
9+
==================
10+
11+
* Added configurable dark mode (color scheme)
12+
813
3.1.1 (2022-04-13)
9-
================
14+
==================
1015

1116
* Fix: Missing drop shadows and unreadable button coloring on hover
1217

1318
3.1.0 (2022-03-27)
14-
================
19+
==================
1520

1621
* Add dark mode depending on system settings
1722

1823
3.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

djangocms_admin_style/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.1.1'
1+
__version__ = '3.2.0'

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.1
2+
current_version = 3.2.0
33
commit = True
44
tag = False
55

@@ -12,19 +12,19 @@ search = __version__ = '{current_version}'
1212
replace = __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]
2626
max-line-length = 119
27-
exclude =
27+
exclude =
2828
*.egg-info,
2929
.eggs,
3030
.env,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
setup(
3939
name='djangocms-admin-style',
40-
version='3.1.1',
40+
version='3.2.0',
4141
author='Divio AG',
4242
author_email='[email protected]',
4343
maintainer='Django CMS Association and contributors',

0 commit comments

Comments
 (0)