From e2d1e7fd3dda9501b4be7b8a7b2bbc5212d41f21 Mon Sep 17 00:00:00 2001 From: Joshua Blum Date: Wed, 10 Apr 2019 21:19:28 -0400 Subject: [PATCH] prep v2.6 release (#360) --- CHANGELOG | 7 ++++++- docs/conf.py | 4 ++-- docs/upgrade.rst | 5 +++++ registration/__init__.py | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a1029765..76c29c7e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,10 @@ 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. - @@ -10,6 +13,8 @@ context. - * Feature: Add testing for Django 2.2 and Python 3.7 (no code changes required). - `#352 _` +* Bugfix: Send emails on commit `#355 +_` Version 2.5, 27 October, 2018 ---------------- diff --git a/docs/conf.py b/docs/conf.py index e78018e8..83c1eb26 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/upgrade.rst b/docs/upgrade.rst index ce59c83f..49135b57 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -20,6 +20,11 @@ older Django releases may work, but are officially unsupported. Additionally, Backwards-incompatible changes ------------------------------ +Version 2.6 +``````````` + +- None + Version 2.5 ``````````` diff --git a/registration/__init__.py b/registration/__init__.py index 0505b8ff..d6f3ae40 100644 --- a/registration/__init__.py +++ b/registration/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 5, 0, 'final', 0) +VERSION = (2, 6, 0, 'final', 0) def get_version():