File tree Expand file tree Collapse file tree 3 files changed +27
-21
lines changed Expand file tree Collapse file tree 3 files changed +27
-21
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ Changelog
5
5
unreleased
6
6
==========
7
7
8
+ 3.0.0 2022-09-01
9
+ ================
10
+
8
11
* Added support for djangocms-static-ace to serve the ace code editor locally
12
+ * Added support for Django 3.2
13
+ * Dropped support for Python 3.7
14
+ * Dropped support for Django 3.0 and 3.1
9
15
10
16
2.0.0 (2020-09-02)
11
17
==================
Original file line number Diff line number Diff line change 1
- __version__ = '2 .0.0'
1
+ __version__ = '3 .0.0'
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2 .0.0
2
+ current_version = 3 .0.0
3
3
commit = True
4
4
tag = False
5
5
@@ -8,34 +8,34 @@ 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 =
24
- *.egg-info,
25
- .eggs,
26
- .env,
27
- .git,
28
- .settings,
29
- .tox,
30
- .venv,
31
- build,
32
- data,
33
- dist,
34
- docs,
35
- *migrations*,
36
- node_modules,
37
- requirements,
38
- tmp
23
+ exclude =
24
+ *.egg-info,
25
+ .eggs,
26
+ .env,
27
+ .git,
28
+ .settings,
29
+ .tox,
30
+ .venv,
31
+ build,
32
+ data,
33
+ dist,
34
+ docs,
35
+ *migrations*,
36
+ node_modules,
37
+ requirements,
38
+ tmp
39
39
40
40
[isort]
41
41
line_length = 119
You can’t perform that action at this time.
0 commit comments