From ef2d980b861217df0a35a338371c8f929a628dfe Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Thu, 1 Apr 2021 19:27:12 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.13=20=E2=86=92=201.13.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 e92aa617f..240dbfebd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.13 +current_version = 1.13.1 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 6a1377f2c..e093540a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.13' +release = '1.13.1' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 25fd2308b..e3e0ec552 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.13', + version='1.13.1', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst', encoding='utf-8').read(), author='Bouke Haarsma',