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 = 3.7.3.dev
2
+ current_version = 3.7.3
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 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = "3.7.3.dev "
59
+ version = "3.7.3"
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "3.7.3.dev "
61
+ release = "3.7.3"
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
8
8
9
9
name = "pulp_python.app"
10
10
label = "python"
11
- version = "3.7.3.dev "
11
+ version = "3.7.3"
12
12
python_package_name = "pulp-python"
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "pulp-python" ,
13
- version = "3.7.3.dev " ,
13
+ version = "3.7.3" ,
14
14
description = "pulp-python plugin for the Pulp Project" ,
15
15
long_description = long_description ,
16
16
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments