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
5
5
unreleased
6
6
==========
7
7
8
+ 3.1.0 2022-09-01
9
+ ================
10
+
8
11
* Add support for ace editor loaded from static files through djangocms-static-ace
9
12
* Add dark mode support
10
13
Original file line number Diff line number Diff line change 1
- __version__ = '3.0 .0'
1
+ __version__ = '3.1 .0'
2
2
3
3
default_app_config = 'djangocms_snippet.apps.SnippetConfig'
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.0 .0
2
+ current_version = 3.1 .0
3
3
commit = True
4
4
tag = False
5
5
@@ -8,19 +8,19 @@ search = __version__ = '{current_version}'
8
8
replace = __version__ = ' {new_version}'
9
9
10
10
[bumpversion:file:CHANGELOG.rst]
11
- search =
11
+ search =
12
12
unreleased
13
13
==========
14
- replace =
14
+ replace =
15
15
unreleased
16
16
==========
17
-
17
+
18
18
{new_version} {utcnow:%%Y-%%m-%%d}
19
19
================
20
20
21
21
[flake8]
22
22
max-line-length = 119
23
- exclude =
23
+ exclude =
24
24
*.egg-info,
25
25
.eggs,
26
26
.env,
You can’t perform that action at this time.
0 commit comments