From 4e5a6fc7c9b7ea7947781629a6f56cd23702cc90 Mon Sep 17 00:00:00 2001 From: Joshua Blum Date: Thu, 8 Feb 2018 20:26:14 -0500 Subject: [PATCH] Prep for version 2.2 release (#322) --- CHANGELOG | 7 ++++++- docs/conf.py | 4 ++-- docs/upgrade.rst | 6 +++++- registration/__init__.py | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0ba88dba..9c1fc537 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,9 +2,14 @@ django-registration-redux changelog =================================== -Version 2.2, TBD +Version 2.3, TBD ---------------- +Version 2.2, 08 February, 2018 +---------------- +* Bugfix: Updates Russian translation messages. - +`#321 _` + Version 2.1, 17 December, 2018 ---------------- * Bugfix: Fix formatting issues in documentation. diff --git a/docs/conf.py b/docs/conf.py index b85fc312..4e0823dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,9 +46,9 @@ # built documents. # # The short X.Y version. -version = '2.1' +version = '2.2' # The full version, including alpha/beta/rc tags. -release = '2.1' +release = '2.2' # 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 1ff313e5..434c1bd2 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -19,11 +19,15 @@ older Django releases may work, but are officially unsupported. Additionally, Backwards-incompatible changes ------------------------------ -Version 2.1 +Version 2.2 ``````````` - None +Version 2.1 +``````````` +- None + Version 2.0 ``````````` diff --git a/registration/__init__.py b/registration/__init__.py index 24b21e06..a0ce4768 100644 --- a/registration/__init__.py +++ b/registration/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 1, 0, 'final', 0) +VERSION = (2, 2, 0, 'final', 0) def get_version():