File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
410v2.3.0 (2022 Aug 12)
511--------------------
612
Original file line number Diff line number Diff line change 2323author = "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 ---------------------------------------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.3.0
2+ current_version = 2.3.1
33
44[bumpversion:file:setup.py]
55
Original file line number Diff line number Diff line change 22
33setup (
44 name = "django-statici18n" ,
5- version = "2.3.0 " ,
5+ version = "2.3.1 " ,
66 author = "Sebastien Fievet" ,
7788 url = "http://django-statici18n.readthedocs.org/" ,
Original file line number Diff line number Diff line change 11# following PEP 386
2- __version__ = "2.3.0 "
2+ __version__ = "2.3.1 "
33
44import django
55
You can’t perform that action at this time.
0 commit comments