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 f51b7af commit 51b7fc2Copy full SHA for 51b7fc2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.13.2
+current_version = 1.14.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
docs/conf.py
@@ -59,7 +59,7 @@
59
#
60
61
# The full version, including alpha/beta/rc tags.
62
-release = '1.13.2'
+release = '1.14.0'
63
64
# The short X.Y version.
65
version = '.'.join(release.split('.')[0:2])
setup.py
@@ -2,7 +2,7 @@
setup(
name='django-two-factor-auth',
- version='1.13.2',
+ version='1.14.0',
6
description='Complete Two-Factor Authentication for Django',
7
long_description=open('README.rst', encoding='utf-8').read(),
8
author='Bouke Haarsma',
0 commit comments