diff --git a/CHANGELOG b/CHANGELOG index f83c417e..a7a56a68 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,9 +2,15 @@ django-registration-redux changelog =================================== -Version 2.8, TBD +Version 2.9, TBD ---------------- + +Version 2.8, 7 May, 2020 +---------------- +* Feature: Greek translations - `#381 +_` + Version 2.7, 4 January, 2020 ---------------- * Feature: Django 3.0 support - `#373 diff --git a/docs/conf.py b/docs/conf.py index 5fe424c0..1732b64c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,9 +46,9 @@ # built documents. # # The short X.Y version. -version = '2.7' +version = '2.8' # The full version, including alpha/beta/rc tags. -release = '2.7' +release = '2.8' # 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 bc48692d..8b52a1ac 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.8 +``````````` + +- None + Version 2.7 ``````````` diff --git a/registration/__init__.py b/registration/__init__.py index 3aa28e24..c4c2fc56 100644 --- a/registration/__init__.py +++ b/registration/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 7, 0, 'final', 0) +VERSION = (2, 8, 0, 'final', 0) def get_version():