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 07b5fc0 commit 718056cCopy full SHA for 718056c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.12.1
+current_version = 1.13
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.12.1'
+release = '1.13'
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.12.1',
+ version='1.13',
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