Skip to content

Commit

Permalink
Prepare 1.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Feb 26, 2023
1 parent 86ed997 commit 31e175a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.15.0
current_version = 1.15.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 31e175a

Please sign in to comment.