Skip to content

Commit 470e2cf

Browse files
committed
Releasing 3.0.0b11
RedmineQuery: https://pulp.plan.io/issues?set_filter=1&status_id=*&issue_id= [noissue]
1 parent 2645607 commit 470e2cf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.0b11.dev
2+
current_version = 3.0.0b11
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.0b11.dev'
1+
__version__ = '3.0.0b11'
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,4 +1,4 @@
1-
pulpcore>=3.5.0
1+
pulpcore>=3.6
22
pkginfo
33
packaging
44
requirements-parser

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.0b11.dev',
13+
version='3.0.0b11',
1414
description='pulp-python plugin for the Pulp Project',
1515
long_description=long_description,
1616
license='GPLv2+',

0 commit comments

Comments
 (0)