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.16.0.dev
2
+ current_version = 1.16.0
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 74
74
# built documents.
75
75
#
76
76
# The short X.Y version.
77
- version = "1.16.0.dev "
77
+ version = "1.16.0"
78
78
# The full version, including alpha/beta/rc tags.
79
- release = "1.16.0.dev "
79
+ release = "1.16.0"
80
80
81
81
# The language for content autogenerated by Sphinx. Refer to documentation
82
82
# for a list of supported languages.
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "pulp-file" ,
13
- version = "1.16.0.dev " ,
13
+ version = "1.16.0" ,
14
14
description = "File plugin for the Pulp Project (transitional dummy package)" ,
15
15
long_description = long_description ,
16
16
license = "GPLv2+" ,
You can’t perform that action at this time.
0 commit comments