Skip to content

Commit 0f237fd

Browse files
authored
Bump version: 3.0.0 → 3.1.0 (#126)
1 parent 9916f5e commit 0f237fd

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
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-09-01
9+
================
10+
811
* Add support for ace editor loaded from static files through djangocms-static-ace
912
* Add dark mode support
1013

djangocms_snippet/__init__.py

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

33
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

setup.cfg

Lines changed: 5 additions & 5 deletions
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

@@ -8,19 +8,19 @@ search = __version__ = '{current_version}'
88
replace = __version__ = '{new_version}'
99

1010
[bumpversion:file:CHANGELOG.rst]
11-
search =
11+
search =
1212
unreleased
1313
==========
14-
replace =
14+
replace =
1515
unreleased
1616
==========
17-
17+
1818
{new_version} {utcnow:%%Y-%%m-%%d}
1919
================
2020

2121
[flake8]
2222
max-line-length = 119
23-
exclude =
23+
exclude =
2424
*.egg-info,
2525
.eggs,
2626
.env,

0 commit comments

Comments
 (0)