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
55unreleased
66==========
77
8+ 3.0.0 2022-09-01
9+ ================
10+
811* 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
915
10162.0.0 (2020-09-02)
1117==================
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 11[bumpversion]
2- current_version = 2 .0.0
2+ current_version = 3 .0.0
33commit = True
44tag = False
55
@@ -8,34 +8,34 @@ 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 =
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
3939
4040[isort]
4141line_length = 119
You can’t perform that action at this time.
0 commit comments