Skip to content

Commit 894527c

Browse files
author
crydotsnake
authored
Bump version: 3.0.0 → 3.1.0 (#449)
1 parent 3ef0eb1 commit 894527c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changelog
55
unreleased
66
==========
77

8+
3.1.0 (2022-03-27)
9+
================
10+
811
* Add dark mode depending on system settings
912

1013
3.0.0 (2022-01-22)

djangocms_admin_style/__init__.py

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.1.0
33
commit = True
44
tag = False
55

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.0.0',
40+
version='3.1.0',
4141
author='Divio AG',
4242
author_email='[email protected]',
4343
maintainer='Django CMS Association and contributors',

0 commit comments

Comments
 (0)