Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zyegfryed committed Jul 29, 2023
1 parent 69ece12 commit 9b83a8f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
=========

Unreleased
v2.4.0 (2023 Jul 29)
--------------------

* Add support for Django 4.1 & 4.2
* Add support for Python 3.11
* Drop support for Django 4.0
* Add support for Django 4.1 & 4.2 (thanks @irtazaakram)
* Add support for Python 3.11 (thanks @irtazaakram)
* Drop support for Django 4.0 (thanks @irtazaakram)

v2.3.1 (2022 Aug 14)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Sébastien Fievet"

# The full version, including alpha/beta/rc tags
release = "2.3.1"
release = "2.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.1
current_version = 2.4.0

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="django-statici18n",
version="2.3.1",
version="2.4.0",
author="Sebastien Fievet",
author_email="[email protected]",
url="http://django-statici18n.readthedocs.org/",
Expand Down
2 changes: 1 addition & 1 deletion src/statici18n/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# following PEP 386
__version__ = "2.3.1"
__version__ = "2.4.0"

import django

Expand Down

0 comments on commit 9b83a8f

Please sign in to comment.