We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34a494 commit 285865bCopy full SHA for 285865b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.7.4.dev
+current_version = 3.7.3
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
pulpcore/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "3.7.4.dev"
+__version__ = "3.7.3"
from pkgutil import extend_path
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="pulpcore",
14
- version="3.7.4.dev",
+ version="3.7.3",
15
description="Pulp Django Application and Related Modules",
16
long_description=long_description,
17
long_description_content_type="text/markdown",
0 commit comments