Skip to content

Commit d1c92e2

Browse files
committed
Releasing 3.0.0b9
[noissue]
1 parent aa85d2c commit d1c92e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0b9.dev
2+
current_version = 3.0.0b9
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(0b)?(?P<patch>\d+)(\.(?P<release>[a-z]+))?

pulp_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.0.0b9.dev'
1+
__version__ = '3.0.0b9'
22

33
default_app_config = 'pulp_python.app.PulpPythonPluginAppConfig'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pulpcore>=3.4
1+
pulpcore>=3.4,<3.5
22
pkginfo
33
packaging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='pulp-python',
13-
version='3.0.0b9.dev',
13+
version='3.0.0b9',
1414
description='pulp-python plugin for the Pulp Project',
1515
long_description=long_description,
1616
license='GPLv2+',

0 commit comments

Comments
 (0)