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.16.0.dev
2+ current_version = 1.16.0
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 7474# built documents.
7575#
7676# The short X.Y version.
77- version = "1.16.0.dev "
77+ version = "1.16.0"
7878# The full version, including alpha/beta/rc tags.
79- release = "1.16.0.dev "
79+ release = "1.16.0"
8080
8181# The language for content autogenerated by Sphinx. Refer to documentation
8282# for a list of supported languages.
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "pulp-file" ,
13- version = "1.16.0.dev " ,
13+ version = "1.16.0" ,
1414 description = "File plugin for the Pulp Project (transitional dummy package)" ,
1515 long_description = long_description ,
1616 license = "GPLv2+" ,
You can’t perform that action at this time.
0 commit comments