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 bb1f4b1 commit ef2d980Copy full SHA for ef2d980
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.13
+current_version = 1.13.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
docs/conf.py
@@ -58,7 +58,7 @@
58
#
59
60
# The full version, including alpha/beta/rc tags.
61
-release = '1.13'
+release = '1.13.1'
62
63
# The short X.Y version.
64
version = '.'.join(release.split('.')[0:2])
setup.py
@@ -2,7 +2,7 @@
setup(
name='django-two-factor-auth',
- version='1.13',
+ version='1.13.1',
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