diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 60fa870..ed59ce3 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -1,8 +1,8 @@ Changelog ========= -2.2.0a1 -~~~~~~~ -* Add support for Django 1.11 and 1.10 +1.0.0 +~~~~~ +* Add support for Django 2.0, 1.11, and 1.10 * Auto-focus input on password field * Fork and rename project diff --git a/setup.py b/setup.py index a67d0f5..c0992e9 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def run_tests(self): setup( name='django-elevate', - version='2.2.0a1', + version='1.0.0', author='Justin Mayer', author_email='entroP@gmail.com', url='https://github.com/justinmayer/django-elevate',