From 687eef5e0fd190ad26f3ae6722f0ff69b287b0b1 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Wed, 8 Jul 2020 22:40:51 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.12=20=E2=86=92=201.12.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 339a81a85..ff11acf8f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.12 +current_version = 1.12.1 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 5a6a756a1..8551945dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.12' +release = '1.12.1' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 2deb3fa00..23a2f0d5d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.12', + version='1.12.1', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst', encoding='utf-8').read(), author='Bouke Haarsma',