File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.12.2
2
+ current_version = 3.12.3.dev
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.12.2 "
59
+ version = "3.12.3.dev "
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "3.12.2 "
61
+ release = "3.12.3.dev "
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 @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
10
10
11
11
name = "pulp_python.app"
12
12
label = "python"
13
- version = "3.12.2 "
13
+ version = "3.12.3.dev "
14
14
python_package_name = "pulp-python"
15
15
domain_compatible = True
16
16
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "pulp-python" ,
13
- version = "3.12.2 " ,
13
+ version = "3.12.3.dev " ,
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