Skip to content

Commit

Permalink
build: Release 3.2 (#461)
Browse files Browse the repository at this point in the history
* Add missing changelog entry

* Bump version: 3.1.0 → 3.1.1

* Bump version: 3.1.1 → 3.2.0
  • Loading branch information
marksweb authored Jun 13, 2022
1 parent 4d49640 commit 1bd8c75
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@ Changelog
unreleased
==========

3.2.0 (2022-06-13)
==================

* Added configurable dark mode (color scheme)

3.1.1 (2022-04-13)
================
==================

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

3.1.0 (2022-03-27)
================
==================

* Add dark mode depending on system settings

3.0.0 (2022-01-22)
================
==================

* Drop support for python 3.5, 3.6 and django 3.0
* Increase calendar box width to show Sundays
Expand Down
2 changes: 1 addition & 1 deletion djangocms_admin_style/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.1'
__version__ = '3.2.0'
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.1
current_version = 3.2.0
commit = True
tag = False

Expand All @@ -12,19 +12,19 @@ search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bumpversion:file:CHANGELOG.rst]
search =
search =
unreleased
==========
replace =
replace =
unreleased
==========

{new_version} ({utcnow:%%Y-%%m-%%d})
================
==================

[flake8]
max-line-length = 119
exclude =
exclude =
*.egg-info,
.eggs,
.env,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name='djangocms-admin-style',
version='3.1.1',
version='3.2.0',
author='Divio AG',
author_email='[email protected]',
maintainer='Django CMS Association and contributors',
Expand Down

0 comments on commit 1bd8c75

Please sign in to comment.