File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Changelog
55unreleased
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
Original file line number Diff line number Diff line change 1- __version__ = '3.0 .0'
1+ __version__ = '3.1 .0'
22
33default_app_config = 'djangocms_snippet.apps.SnippetConfig'
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0 .0
2+ current_version = 3.1 .0
33commit = True
44tag = False
55
@@ -8,19 +8,19 @@ search = __version__ = '{current_version}'
88replace = __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]
2222max-line-length = 119
23- exclude =
23+ exclude =
2424 *.egg-info,
2525 .eggs,
2626 .env,
You can’t perform that action at this time.
0 commit comments