From 988d13ce1e3e3f615d6ba14a3b64e4039b1d36df Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 6 Jun 2019 17:03:29 +0200 Subject: [PATCH] Bump version and update changelog --- docs/changelog/index.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',