We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa85d2c commit d1c92e2Copy full SHA for d1c92e2
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.0b9.dev
+current_version = 3.0.0b9
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(0b)?(?P<patch>\d+)(\.(?P<release>[a-z]+))?
pulp_python/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '3.0.0b9.dev'
+__version__ = '3.0.0b9'
default_app_config = 'pulp_python.app.PulpPythonPluginAppConfig'
requirements.txt
-pulpcore>=3.4
+pulpcore>=3.4,<3.5
pkginfo
packaging
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='pulp-python',
13
- version='3.0.0b9.dev',
+ version='3.0.0b9',
14
description='pulp-python plugin for the Pulp Project',
15
long_description=long_description,
16
license='GPLv2+',
0 commit comments