From 03b393a3d08dcede570ea3d2ab305175eec6327d Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Fri, 13 Mar 2020 22:50:26 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.10.0=20=E2=86=92=201.11.0?= 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 77f1faebe..3bc567008 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.10.0 +current_version = 1.11.0 files = setup.py docs/conf.py commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 4e534af7a..aa089ff06 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.10.0' +release = '1.11.0' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 89a23dc8b..9d88ae29a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.10.0', + version='1.11.0', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst').read(), author='Bouke Haarsma',