Skip to content

Commit f5231ba

Browse files
author
Sébastien Fievet
committed
Release v2.3.1
1 parent 5d1d722 commit f5231ba

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
v2.3.1 (2022 Aug 14)
5+
--------------------
6+
7+
* Reflect supported Python versions in classifiers
8+
* Update title and links in documentation
9+
410
v2.3.0 (2022 Aug 12)
511
--------------------
612

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Sébastien Fievet"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "2.3.0"
26+
release = "2.3.1"
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.0
2+
current_version = 2.3.1
33

44
[bumpversion:file:setup.py]
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="django-statici18n",
5-
version="2.3.0",
5+
version="2.3.1",
66
author="Sebastien Fievet",
77
author_email="[email protected]",
88
url="http://django-statici18n.readthedocs.org/",

src/statici18n/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# following PEP 386
2-
__version__ = "2.3.0"
2+
__version__ = "2.3.1"
33

44
import django
55

0 commit comments

Comments
 (0)