From 828b75b1a96a8b342518488cd7268d7565d9029f Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 28 Jan 2024 18:41:17 +0100 Subject: [PATCH] Release 3.3.4 --- HISTORY.rst | 15 +++++++++++++++ app_helper/__init__.py | 2 +- changes/252.feature | 1 - changes/255.bugfix | 1 - pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 changes/252.feature delete mode 100644 changes/255.bugfix 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]+)