Skip to content

Commit 7c9cadb

Browse files
authored
v2.5 (#343)
1 parent 83e2182 commit 7c9cadb

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG

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

5-
Version 2.5, TBD
5+
Version 2.6, TBD
6+
----------------
7+
8+
Version 2.5, 27 October, 2018
69
----------------
710
* Feature: Add support for Django 2.1. -
811
`#337 <https://github.com/macropin/django-registration/pull/337>_`

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.4'
49+
version = '2.5'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '2.4'
51+
release = '2.5'
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.5
24+
```````````
25+
26+
- None
27+
2328
Version 2.4
2429
```````````
2530

registration/__init__.py

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

33

44
def get_version():

0 commit comments

Comments
 (0)