diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ff11acf8f..e92aa617f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.12.1 +current_version = 1.13 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 8551945dd..6a1377f2c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.12.1' +release = '1.13' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 010c39abf..aeafee4af 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.12.1', + version='1.13', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst', encoding='utf-8').read(), author='Bouke Haarsma',