From 3f3a531d8bbd7e456af214757afccdf06b0d12d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Reni=C3=A9?= Date: Mon, 27 Aug 2018 12:06:30 +0200 Subject: [PATCH] project: bump version --- docs/conf.py | 4 ++-- docs/index.rst | 2 +- password_reset/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3bbc5a1c..6a5d2fbe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '1.0' +version = '2.0' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index ce1a6400..dac4349c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,7 +28,7 @@ Contents: Changelog --------- -* 2.0 (YYYY-MM-DD): +* 2.0 (2018-08-27): * Drop support for Django < 1.11 and add support for Django 2.0 and 2.1. diff --git a/password_reset/__init__.py b/password_reset/__init__.py index 7e49527e..3b3dacb9 100644 --- a/password_reset/__init__.py +++ b/password_reset/__init__.py @@ -1 +1 @@ -__version__ = '1.0' +__version__ = '2.0'