From 88ec780659a339c805eedf7c2d84dbb46fd6528f Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Fri, 8 Feb 2019 16:00:31 -0600 Subject: [PATCH] bump to: 0.1.0b20. [noissue]. --- docs/release-notes/index.rst | 47 ++++++++++++++++++------------------ setup.py | 2 +- 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/docs/release-notes/index.rst b/docs/release-notes/index.rst index bc1983ebc9..2dde46e208 100644 --- a/docs/release-notes/index.rst +++ b/docs/release-notes/index.rst @@ -10,97 +10,96 @@ 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.0b20 +======== + +* `List of plugin API related changes in beta 20 `_ + 0.1.0b19 ======== -* `List of plugin API related changes in beta 19 `_ +* `List of plugin API related changes in beta 19 `_ 0.1.0b18 ======== -* `List of plugin API related changes in beta 18 `_ - +* `List of plugin API related changes in beta 18 `_ 0.1.0b17 ======== -* `List of plugin API related changes in beta 17 `_ +* `List of plugin API related changes in beta 17 `_ 0.1.0b16 ======== -* `List of plugin API related changes in beta 16 `_ +* `List of plugin API related changes in beta 16 `_ 0.1.0b15 ======== -* `List of plugin API related changes in beta 15 `_ +* `List of plugin API related changes in beta 15 `_ 0.1.0b14 ======== -* `List of plugin API related changes in beta 14 `_ - +* `List of plugin API related changes in beta 14 `_ 0.1.0b13 ======== -* `List of plugin API related changes in beta 13 `_ - +* `List of plugin API related changes in beta 13 `_ 0.1.0b12 ======== -* `List of plugin API related changes in beta 12 `_ +* `List of plugin API related changes in beta 12 `_ 0.1.0b11 ======== -* `List of plugin API related changes in beta 11 `_ +* `List of plugin API related changes in beta 11 `_ 0.1.0b10 ======== -* `List of plugin API related changes in beta 10 `_ +* `List of plugin API related changes in beta 10 `_ 0.1.0b9 ======= -* `Expose NamedModelViewSet to plugins `_ +* `List of plugin API related changes in beta 9 `_ 0.1.0b8 ======= -* `Problem: Distribution is not available as an abstract model `_ +* `List of plugin API related changes in beta 8 `_ 0.1.0b7 ======= -* `Add ContentGuard model, serializer and viewset `_ -* `Allow simpler pipeline customization in DeclarativeVersion `_ -* `Artifact is compatible with bulk_create() `_ -* `Add async batches iterator `_ +* `List of plugin API related changes in beta 7 `_ 0.1.0b6 ======= -* `Multi-Artifact Content units work now `_ +* `List of plugin API related changes in beta 6 `_ 0.1.0b5 ======= -* `Addition of the Stages API `_ -* `Removal of GroupDownloader `_ +* `List of plugin API related changes in beta 5 `_ 0.1.0b4 ======= -* `Use querysets for add/remove_content methods `_ +* `List of plugin API related changes in beta 4 `_ 0.1.0b3 ======= -* Relax dependency pinning to pulpcore +* `List of plugin API related changes in beta 3 `_ 0.1.0b2 ======= diff --git a/setup.py b/setup.py index 3a4a16d613..70048d7448 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ name='pulpcore-plugin', description='Pulp Plugin API', long_description=long_description, - version='0.1.0b19', + version='0.1.0b20', license='GPLv2+', packages=find_packages(exclude=['test']), author='Pulp Team',