Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #24 from daviddavis/release-0.1.0b16
Browse files Browse the repository at this point in the history
Updating release notes and version info for 0.1.0b16
  • Loading branch information
daviddavis authored Dec 20, 2018
2 parents 651842e + d5e328d commit 12ee5f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The Plugin API currently supports version 3.y of Pulp Core.
See :doc:`Plugin API <../index>` and
:doc:`Plugin Development <../plugin-writer/index>`.

0.1.0b16
========

* `List of plugin API related changes in beta 16 <https://github.com/pulp/pulpcore-plugin/pulls?utf8=%E2%9C%93&q=is%3Aclosed+merged%3A2018-12-18T10%3A00%3A00-06%3A00..2018-12-20T14%3A10%3A00-06%3A00+>`_

0.1.0b15
========

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

requirements = [
'pulpcore>=3.0.0b17',
'pulpcore>=3.0.0b18',
'aiohttp',
'aiofiles',
'backoff',
Expand All @@ -14,7 +14,7 @@
name='pulpcore-plugin',
description='Pulp Plugin API',
long_description=long_description,
version='0.1.0b15',
version='0.1.0b16',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down

0 comments on commit 12ee5f9

Please sign in to comment.