Skip to content

Commit

Permalink
Merge pull request #254 from CodeHeeler/release-3.0.0b8
Browse files Browse the repository at this point in the history
Bump version to beta8, add release notes
  • Loading branch information
CodeHeeler authored Sep 16, 2019
2 parents e89fd0d + 1f63680 commit 2897a58
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Changelog

.. towncrier release notes start
3.0.0b8 (2019-09-16)
====================


Misc
----

- `#4681 <https://pulp.plan.io/issues/4681>`_


----


3.0.0b7 (2019-08-01)
====================

Expand Down
2 changes: 1 addition & 1 deletion pulp_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '3.0.0b7'
__version__ = '3.0.0b8'

default_app_config = 'pulp_python.app.PulpPythonPluginAppConfig'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

requirements = [
'pulpcore-plugin~=0.1rc3',
'pulpcore-plugin~=0.1rc5',
'pkginfo',
'packaging',
]
Expand All @@ -13,7 +13,7 @@

setup(
name='pulp-python',
version='3.0.0b7',
version='3.0.0b8',
description='pulp-python plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit 2897a58

Please sign in to comment.