Skip to content

Commit 409f7ad

Browse files
committed
Prep 1.11 release
1 parent dfc652a commit 409f7ad

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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 1.11, TBD
5+
Version 1.12, TBD
6+
----------------
7+
8+
Version 1.11, 27 October, 2018
69
----------------
710
* Bugfix: Don't delete if user.is_active=True in cleanupregistration. -
811
`#342 <https://github.com/macropin/django-registration/pull/342>_`

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 = '1.10'
49+
version = '1.11'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '1.10'
51+
release = '1.11'
5252

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

docs/upgrade.rst

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Version 1.10
2323

2424
-None
2525

26+
Version 1.10
27+
28+
-None
29+
2630
Version 1.9
2731
```````````
2832
- Change of return signature of

registration/__init__.py

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

33

44
def get_version():

0 commit comments

Comments
 (0)