Skip to content

Commit

Permalink
v2.5 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum authored Oct 27, 2018
1 parent 83e2182 commit 7c9cadb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
django-registration-redux changelog
===================================

Version 2.5, TBD
Version 2.6, TBD
----------------

Version 2.5, 27 October, 2018
----------------
* Feature: Add support for Django 2.1. -
`#337 <https://github.com/macropin/django-registration/pull/337>_`
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = '2.4'
version = '2.5'
# The full version, including alpha/beta/rc tags.
release = '2.4'
release = '2.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 5 additions & 0 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ older Django releases may work, but are officially unsupported. Additionally,
Backwards-incompatible changes
------------------------------

Version 2.5
```````````

- None

Version 2.4
```````````

Expand Down
2 changes: 1 addition & 1 deletion registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 4, 0, 'final', 0)
VERSION = (2, 5, 0, 'final', 0)


def get_version():
Expand Down

0 comments on commit 7c9cadb

Please sign in to comment.