From 31e175a64c3fb9f82e550811aa5ec130c21c4fc8 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 26 Feb 2023 12:07:47 +0100 Subject: [PATCH] Prepare 1.15.1 release --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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=[