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 #116 from bmbouter/rc4-release
Browse files Browse the repository at this point in the history
0.1.0rc4 Release
  • Loading branch information
bmbouter authored Jul 25, 2019
2 parents 1406c67 + 289b0a0 commit 2675269
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 7 deletions.
26 changes: 26 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,32 @@ Changelog

.. towncrier release notes start
0.1.0rc4 (2019-07-25)
=====================


Features
--------

- The ``DigestValidationError`` and ``SizeValidationError`` are available in the
``pulpcore.plugin.exceptions`` package.
`#5077 <https://pulp.plan.io/issues/5077>`_
- The ``HyperlinkRelatedFilter`` is available in the ``pulpcore.plugin.viewsets`` submodule.
`#5103 <https://pulp.plan.io/issues/5103>`_


Improved Documentation
----------------------

- Adds a new page and various updates with ``ContentGuard`` documentation for plugin writers.
`#3972 <https://pulp.plan.io/issues/3972>`_
- Removed beta changelog entries to shorten the changelog.
`#5166 <https://pulp.plan.io/issues/5166>`_


----


0.1.0rc3 (2019-06-28)
=====================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/3972.doc

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/5077.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5103.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5166.doc

This file was deleted.

2 changes: 1 addition & 1 deletion pulpcore/plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0rc4.dev'
__version__ = '0.1.0rc4'

# plugins declare that they are a pulp plugin by subclassing PulpPluginAppConfig
from pulpcore.app.apps import PulpPluginAppConfig # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name='pulpcore-plugin',
description='Pulp Plugin API',
long_description=long_description,
version='0.1.0rc4.dev',
version='0.1.0rc4',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down

0 comments on commit 2675269

Please sign in to comment.