Skip to content

Commit

Permalink
Release 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Nov 28, 2023
1 parent 77bbf2f commit 623f37a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ History

.. towncrier release notes start
3.3.3 (2023-11-28)
==================

Features
--------

- Prepare for Django 5.0 / Python 3.12 compatibility (#244)
- Switch to Coveralls Github action (#248)


3.3.2 (2023-09-26)
==================

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.3.dev1"
__version__ = "3.3.3"
__author__ = "Iacopo Spalletti <[email protected]>"
__all__ = ["runner"]

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/248.feature

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.3.dev1"
current_version = "3.3.3"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 623f37a

Please sign in to comment.