Skip to content

Commit

Permalink
prep v2.6 release (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum committed Apr 11, 2019
1 parent ae105ff commit e2d1e7f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
django-registration-redux changelog
===================================

Version 2.6, TBD
Version 2.7, TBD
----------------

Version 2.6, 10 April, 2019
----------------
* Bugfix: Pass `user` instance instead of `user.get_username()` to template
context. -
`#350 <https://github.com/macropin/django-registration/pull/350>_`
* Feature: Add testing for Django 2.2 and Python 3.7 (no code changes
required). - `#352
<https://github.com/macropin/django-registration/pull/352>_`
* Bugfix: Send emails on commit `#355
<https://github.com/macropin/django-registration/pull/355>_`

Version 2.5, 27 October, 2018
----------------
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.5'
version = '2.6'
# The full version, including alpha/beta/rc tags.
release = '2.5'
release = '2.6'

# 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.6
```````````

- None

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

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, 5, 0, 'final', 0)
VERSION = (2, 6, 0, 'final', 0)


def get_version():
Expand Down

0 comments on commit e2d1e7f

Please sign in to comment.