Skip to content

Commit 2897a58

Browse files
authored
Merge pull request #254 from CodeHeeler/release-3.0.0b8
Bump version to beta8, add release notes
2 parents e89fd0d + 1f63680 commit 2897a58

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
3.0.0b8 (2019-09-16)
17+
====================
18+
19+
20+
Misc
21+
----
22+
23+
- `#4681 <https://pulp.plan.io/issues/4681>`_
24+
25+
26+
----
27+
28+
1629
3.0.0b7 (2019-08-01)
1730
====================
1831

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.0b7'
1+
__version__ = '3.0.0b8'
22

33
default_app_config = 'pulp_python.app.PulpPythonPluginAppConfig'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
requirements = [
6-
'pulpcore-plugin~=0.1rc3',
6+
'pulpcore-plugin~=0.1rc5',
77
'pkginfo',
88
'packaging',
99
]
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='pulp-python',
16-
version='3.0.0b7',
16+
version='3.0.0b8',
1717
description='pulp-python plugin for the Pulp Project',
1818
long_description=long_description,
1919
license='GPLv2+',

0 commit comments

Comments
 (0)