From 51b7fc284e32559f27e964c67d761f64fe636b0d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 6 Jun 2022 11:32:06 +0200 Subject: [PATCH] Bump version to 1.14.0 (#509) --- .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 a04a0f3c2..aa4e3bb62 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.13.2 +current_version = 1.14.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 2450fb8f2..4098e2558 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.13.2' +release = '1.14.0' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 1253f5791..eac36b430 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.13.2', + version='1.14.0', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst', encoding='utf-8').read(), author='Bouke Haarsma',