From a1c5e8decdc528e637f570b618678fe09e397f45 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Sun, 7 Jul 2019 09:01:11 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.0=20=E2=86=92=201.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1fd5e1a85..a8bfd3476 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0 +current_version = 1.9.1 files = setup.py docs/conf.py commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index cf359f855..4d578e56b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.9.0' +release = '1.9.1' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 477f92ff3..d4afe632f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.9.0', + version='1.9.1', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst').read(), author='Bouke Haarsma',