diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 046b3be9d..494a1ec05 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.2 +current_version = 1.7.0 files = setup.py docs/conf.py commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 4a878fd43..fd8da3015 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.6.2' +release = '1.7.0' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 128bb1f1e..237f365f4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.6.2', + version='1.7.0', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst').read(), author='Bouke Haarsma',