Skip to content

Commit e23e9bb

Browse files
committed
Bump version: 1.11.0 → 1.12
1 parent af07ef1 commit e23e9bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 1.11.0
2+
current_version = 1.12
33
commit = True
44
tag = True
55
tag_name = {new_version}
6-
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>.*))?
6+
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?(\.(?P<release>.*))?
77
serialize =
88
{major}.{minor}.{patch}.{release}
99
{major}.{minor}.{patch}

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#
5959

6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.11'
61+
release = '1.12'
6262

6363
# The short X.Y version.
6464
version = '.'.join(release.split('.')[0:2])

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-two-factor-auth',
5-
version='1.11',
5+
version='1.12',
66
description='Complete Two-Factor Authentication for Django',
77
long_description=open('README.rst', encoding='utf-8').read(),
88
author='Bouke Haarsma',

0 commit comments

Comments
 (0)