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'