diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cd9c07b4d..c91c5d839 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.3.0 files = setup.py docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 8b8e417f1..97c43b1cc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.2.1' +release = '1.3.0' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 14139dfb6..a9851b947 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.2.1', + version='1.3.0', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst').read(), author='Bouke Haarsma',