From 76df7ee368a411ca407cc44d7d6452b1b00e1ed8 Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Sun, 1 Jan 2017 10:30:08 +0100 Subject: [PATCH] 0.30.0 --- ChangeLog.rst | 8 ++++++-- allauth/__init__.py | 4 ++-- docs/conf.py | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index dc4b071a30..26f69d8b41 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased -********** +0.30.0 (2017-01-01) +******************* Note worthy changes ------------------- @@ -25,6 +25,9 @@ Note worthy changes - The Battle.net login backend now accepts the ``region`` GET parameter. +- New providers: 500px, Discord. + + Backwards incompatible changes ------------------------------ @@ -51,6 +54,7 @@ Note worthy changes - Addressed Django 1.10 deprecation warnings. + 0.28.0 (2016-10-13) ******************* diff --git a/allauth/__init__.py b/allauth/__init__.py index 21647bdf34..30882d4290 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -8,7 +8,7 @@ """ -VERSION = (0, 29, 0, 'final', 0) +VERSION = (0, 30, 0, 'final', 0) __title__ = 'django-allauth' __version_info__ = VERSION @@ -16,4 +16,4 @@ VERSION[3], VERSION[4] or '') if VERSION[3] != 'final' else '') __author__ = 'Raymond Penners' __license__ = 'MIT' -__copyright__ = 'Copyright 2010-2016 Raymond Penners and contributors' +__copyright__ = 'Copyright 2010-2017 Raymond Penners and contributors' diff --git a/docs/conf.py b/docs/conf.py index 0fd71e0cb2..8b6f0ef41f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,16 +39,16 @@ # General information about the project. project = u'django-allauth' -copyright = u'2016, Raymond Penners' +copyright = u'2017, Raymond Penners' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.29.0' +version = '0.30.0' # The full version, including alpha/beta/rc tags. -release = '0.29.0' +release = '0.30.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.