From 7c9cadb33f0d8d02b743edd1de03c005110e5374 Mon Sep 17 00:00:00 2001 From: Joshua Blum Date: Sat, 27 Oct 2018 10:24:02 -0400 Subject: [PATCH] v2.5 (#343) --- CHANGELOG | 5 ++++- docs/conf.py | 4 ++-- docs/upgrade.rst | 5 +++++ registration/__init__.py | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 65ad122f..87ef484c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 _` diff --git a/docs/conf.py b/docs/conf.py index 38178ac9..e78018e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 5d936a02..ce59c83f 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.5 +``````````` + +- None + Version 2.4 ``````````` diff --git a/registration/__init__.py b/registration/__init__.py index 8b21dad6..0505b8ff 100644 --- a/registration/__init__.py +++ b/registration/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 4, 0, 'final', 0) +VERSION = (2, 5, 0, 'final', 0) def get_version():