Skip to content

Commit 52f1dda

Browse files
authored
3.1.1 (#453)
* Add missing changelog entry * Bump version: 3.1.0 → 3.1.1
1 parent 439a87e commit 52f1dda

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

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

8+
3.1.1 (2022-04-13)
9+
================
10+
11+
* Fix: Missing drop shadows and unreadable button coloring on hover
12+
813
3.1.0 (2022-03-27)
914
================
1015

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.0'
1+
__version__ = '3.1.1'

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

0 commit comments

Comments
 (0)