File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.11.0
2
+ current_version = 1.12
3
3
commit = True
4
4
tag = True
5
5
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>.*))?
7
7
serialize =
8
8
{major}.{minor}.{patch}.{release}
9
9
{major}.{minor}.{patch}
Original file line number Diff line number Diff line change 58
58
#
59
59
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '1.11 '
61
+ release = '1.12 '
62
62
63
63
# The short X.Y version.
64
64
version = '.' .join (release .split ('.' )[0 :2 ])
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'django-two-factor-auth' ,
5
- version = '1.11 ' ,
5
+ version = '1.12 ' ,
6
6
description = 'Complete Two-Factor Authentication for Django' ,
7
7
long_description = open ('README.rst' , encoding = 'utf-8' ).read (),
8
8
author = 'Bouke Haarsma' ,
You can’t perform that action at this time.
0 commit comments