diff --git a/HISTORY.rst b/HISTORY.rst index d86f15f..97bc22e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,21 @@ History .. towncrier release notes start +3.3.4 (2024-01-28) +================== + +Features +-------- + +- Add DjangoCMS 3.11 to Django 5.0 test matrix (#252) + + +Bugfixes +-------- + +- Fix support for DEFAULT_FILE_STORAGE/STATICFILES_STORAGE in django 4.2 (#255) + + 3.3.3 (2023-11-28) ================== diff --git a/app_helper/__init__.py b/app_helper/__init__.py index c047da7..1b4be10 100644 --- a/app_helper/__init__.py +++ b/app_helper/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.3.4.dev1" +__version__ = "3.3.4" __author__ = "Iacopo Spalletti " __all__ = ["runner"] diff --git a/changes/252.feature b/changes/252.feature deleted file mode 100644 index 41a41dc..0000000 --- a/changes/252.feature +++ /dev/null @@ -1 +0,0 @@ -Add DjangoCMS 3.11 to Django 5.0 test matrix diff --git a/changes/255.bugfix b/changes/255.bugfix deleted file mode 100644 index c1981d4..0000000 --- a/changes/255.bugfix +++ /dev/null @@ -1 +0,0 @@ -Drop DEFAULT_FILE_STORAGE/STATICFILES_STORAGE in django 4.2 diff --git a/pyproject.toml b/pyproject.toml index a157473..161df6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "3.3.4.dev1" +current_version = "3.3.4" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)