Skip to content

Commit

Permalink
Release 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 28, 2024
1 parent e7a6d40 commit 828b75b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

Expand Down
2 changes: 1 addition & 1 deletion app_helper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.3.4.dev1"
__version__ = "3.3.4"
__author__ = "Iacopo Spalletti <[email protected]>"
__all__ = ["runner"]

Expand Down
1 change: 0 additions & 1 deletion changes/252.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/255.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 828b75b

Please sign in to comment.