Skip to content

Commit d0b4cce

Browse files
authored
v2.4 (#334)
1 parent 40c4fdd commit d0b4cce

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG

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

5-
Version 2.4, TBD
5+
Version 2.5, TBD
66
----------------
77

88

9+
Version 2.4, 11 April, 2018
10+
----------------
11+
* Bugfix: Updates Spanish translation messages. -
12+
`#333 <https://github.com/macropin/django-registration/pull/333>_`
13+
914
Version 2.3, 10 April, 2018
1015
----------------
1116
* Bugfix: Updates Spanish translation messages. -

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
# built documents.
4747
#
4848
# The short X.Y version.
49-
version = '2.3'
49+
version = '2.4'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '2.3'
51+
release = '2.4'
5252

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

docs/upgrade.rst

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ older Django releases may work, but are officially unsupported. Additionally,
2020
Backwards-incompatible changes
2121
------------------------------
2222

23+
Version 2.4
24+
```````````
25+
26+
- None
27+
2328
Version 2.3
2429
```````````
2530

registration/__init__.py

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

33

44
def get_version():

0 commit comments

Comments
 (0)