File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.11.0
2+ current_version = 1.12
33commit = True
44tag = True
55tag_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>.*))?
77serialize =
88 {major}.{minor}.{patch}.{release}
99 {major}.{minor}.{patch}
Original file line number Diff line number Diff line change 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.
6464version = '.' .join (release .split ('.' )[0 :2 ])
Original file line number Diff line number Diff line change 22
33setup (
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' ,
You can’t perform that action at this time.
0 commit comments