Skip to content

Commit 252b94b

Browse files
authored
Merge branch 'develop' into pre-commit-ci-update-config
2 parents 476b764 + 67ae4ca commit 252b94b

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ History
66

77
.. towncrier release notes start
88
9+
3.3.5 (2025-06-05)
10+
==================
11+
12+
Bugfixes
13+
--------
14+
15+
- Fix CI build on python 3.8 (#288)
16+
17+
918
3.3.4 (2024-01-28)
1019
==================
1120

app_helper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.3.5.dev1"
1+
__version__ = "3.3.6.dev1"
22
__author__ = "Iacopo Spalletti <[email protected]>"
33
__all__ = ["runner"]
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commit = true
5454
message = "Release {new_version}"
5555
commit_args = "--no-verify"
5656
tag = false
57-
current_version = "3.3.5.dev1"
57+
current_version = "3.3.6.dev1"
5858
parse = """(?x)
5959
(?P<major>[0-9]+)
6060
\\.(?P<minor>[0-9]+)

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ deps=
2525
django50: django~=5.0.0
2626
cms311: https://github.com/django-cms/django-cms/archive/develop.zip
2727
cms311: djangocms-text-ckeditor>=5.0,<6.0
28+
py3.8: dj-database-url<2.3.0
2829
-r{toxinidir}/requirements-test.txt
2930
async: channels[daphne]~=4.0.0
3031
passenv =

0 commit comments

Comments
 (0)