Skip to content

Commit 1db5930

Browse files
authored
prep for 2.11 release (#426)
1 parent f02c47a commit 1db5930

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
django-registration-redux changelog
33
===================================
44

5-
## Version 2.11, TBD
5+
## Version 2.12, TBD
6+
7+
## Version 2.11, 21 June, 2022
8+
9+
* Bugfix: Update French translations.
10+
`#424 <https://github.com/macropin/django-registration/pull/424>_`
611

712
## Version 2.10, 8 March, 2022
813

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
# built documents.
4545
#
4646
# The short X.Y version.
47-
version = '2.10'
47+
version = '2.11'
4848
# The full version, including alpha/beta/rc tags.
49-
release = '2.10'
49+
release = '2.11'
5050

5151
# The language for content autogenerated by Sphinx. Refer to documentation
5252
# for a list of supported languages.

registration/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 10, 0, 'final', 0)
1+
VERSION = (2, 11, 0, 'final', 0)
22

33

44
def get_version():

0 commit comments

Comments
 (0)