File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4.0.dev
2
+ current_version = 0.4.0
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(1b)?(?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 = "0.4.0.dev "
77
+ version = "0.4.0"
78
78
# The full version, including alpha/beta/rc tags.
79
- release = "0.4.0.dev "
79
+ release = "0.4.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 @@ -6,6 +6,6 @@ class PulpGemPluginAppConfig(PulpPluginAppConfig):
6
6
7
7
name = "pulp_gem.app"
8
8
label = "gem"
9
- version = "0.4.0.dev "
9
+ version = "0.4.0"
10
10
python_package_name = "pulp-gem"
11
11
domain_compatible = True
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "pulp-gem" ,
13
- version = "0.4.0.dev " ,
13
+ version = "0.4.0" ,
14
14
description = "Gemfile plugin for the Pulp Project" ,
15
15
long_description = long_description ,
16
16
license = "GPLv2+" ,
You can’t perform that action at this time.
0 commit comments