Skip to content

Commit 31e175a

Browse files
committed
Prepare 1.15.1 release
1 parent 86ed997 commit 31e175a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.15.0
2+
current_version = 1.15.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#
6060

6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.15.0'
62+
release = '1.15.1'
6363

6464
# The short X.Y version.
6565
version = '.'.join(release.split('.')[0:2])

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
setup(
44
name='django-two-factor-auth',
5-
version='1.15.0',
5+
version='1.15.1',
66
description='Complete Two-Factor Authentication for Django',
77
long_description=open('README.rst', encoding='utf-8').read(),
88
author='Bouke Haarsma',
99
author_email='[email protected]',
10-
url='https://github.com/Bouke/django-two-factor-auth',
11-
download_url='https://pypi.python.org/pypi/django-two-factor-auth',
10+
url='https://github.com/jazzband/django-two-factor-auth',
11+
download_url='https://pypi.python.org/project/django-two-factor-auth',
1212
license='MIT',
1313
packages=find_packages(exclude=('example', 'tests')),
1414
install_requires=[

0 commit comments

Comments
 (0)