File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
.. towncrier release notes start
8
8
9
+ 3.3.5 (2025-06-05)
10
+ ==================
11
+
12
+ Bugfixes
13
+ --------
14
+
15
+ - Fix CI build on python 3.8 (#288)
16
+
17
+
9
18
3.3.4 (2024-01-28)
10
19
==================
11
20
Original file line number Diff line number Diff line change 1
- __version__ = "3.3.5 .dev1"
1
+ __version__ = "3.3.6 .dev1"
2
2
__author__ = "Iacopo Spalletti <[email protected] >"
3
3
__all__ = ["runner" ]
4
4
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ commit = true
54
54
message = " Release {new_version}"
55
55
commit_args = " --no-verify"
56
56
tag = false
57
- current_version = " 3.3.5 .dev1"
57
+ current_version = " 3.3.6 .dev1"
58
58
parse = """ (?x)
59
59
(?P<major>[0-9]+)
60
60
\\ .(?P<minor>[0-9]+)
Original file line number Diff line number Diff line change 25
25
django50: django~=5.0.0
26
26
cms311: https://github.com/django-cms/django-cms/archive/develop.zip
27
27
cms311: djangocms-text-ckeditor>=5.0,<6.0
28
+ py3.8: dj-database-url<2.3.0
28
29
-r{toxinidir}/requirements-test.txt
29
30
async: channels[daphne]~=4.0.0
30
31
passenv =
You can’t perform that action at this time.
0 commit comments