diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index ed59ce3..a213992 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -1,6 +1,11 @@ Changelog ========= +1.0.1 +~~~~~ +* Add support for Django 2.1 and 2.2 +* Add Python 3.7, and drop Python 3.3, from test matrix + 1.0.0 ~~~~~ * Add support for Django 2.0, 1.11, and 1.10 diff --git a/setup.py b/setup.py index c0992e9..54fe4ff 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def run_tests(self): setup( name='django-elevate', - version='1.0.0', + version='1.0.1', author='Justin Mayer', author_email='entroP@gmail.com', url='https://github.com/justinmayer/django-elevate',