We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3efe89 commit 74a1e89Copy full SHA for 74a1e89
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.6.0
+current_version = 1.6.1
3
files = setup.py docs/conf.py
4
commit = True
5
tag = True
docs/conf.py
@@ -60,7 +60,7 @@
60
#
61
62
# The full version, including alpha/beta/rc tags.
63
-release = '1.6.0'
+release = '1.6.1'
64
65
# The short X.Y version.
66
version = '.'.join(release.split('.')[0:2])
setup.py
@@ -2,7 +2,7 @@
setup(
name='django-two-factor-auth',
- version='1.6.0',
+ version='1.6.1',
6
description='Complete Two-Factor Authentication for Django',
7
long_description=open('README.rst').read(),
8
author='Bouke Haarsma',
0 commit comments