diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 35a8e4527..9466aa9c7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.15.0 +current_version = 1.15.1 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 80d789c37..fcb66c2d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.15.0' +release = '1.15.1' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 3c1460727..e239dfa36 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name='django-two-factor-auth', - version='1.15.0', + version='1.15.1', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst', encoding='utf-8').read(), author='Bouke Haarsma', author_email='bouke@haarsma.eu', - url='https://github.com/Bouke/django-two-factor-auth', - download_url='https://pypi.python.org/pypi/django-two-factor-auth', + url='https://github.com/jazzband/django-two-factor-auth', + download_url='https://pypi.python.org/project/django-two-factor-auth', license='MIT', packages=find_packages(exclude=('example', 'tests')), install_requires=[