File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 0.5.4-dev
4+ current_version = 0.5.4
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66serialize =
77 {major}.{minor}.{patch}-{release}
Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ Changes
393393=======
394394
395395**unreleased **
396+ **v0.5.4 **
396397**v0.5.4-dev **
397398
398399- Renamed to bump2version to ensure no conflicts with original package
Original file line number Diff line number Diff line change 3333if sys .version_info [0 ] == 2 :
3434 sys .stdout = codecs .getwriter ('utf-8' )(sys .stdout )
3535
36- __VERSION__ = '0.5.4-dev '
36+ __VERSION__ = '0.5.4'
3737
3838DESCRIPTION = 'bumpversion: v{} (using Python v{})' .format (
3939 __VERSION__ ,
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'bump2version' ,
14- version = '0.5.4-dev ' ,
14+ version = '0.5.4' ,
1515 url = 'https://github.com/c4urself/bump2version' ,
1616 author = 'Christian Verkerk' ,
1717 author_email = 'christianverkerk@ymail.com' ,
You can’t perform that action at this time.
0 commit comments