Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #421 from ipanova/beta7
Browse files Browse the repository at this point in the history
Prepare for beta7.
  • Loading branch information
ipanova authored Oct 2, 2019
2 parents 56b12fa + 97d88e6 commit 75ed733
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@ Changelog

.. towncrier release notes start
4.0.0b7 (2019-10-02)
====================


Bugfixes
--------

- Fix a bug that allowed arbitrary url prefixes for custom endpoints.
`#5486 <https://pulp.plan.io/issues/5486>`_
- Add Docker-Distribution-API-Version header among response headers.
`#5527 <https://pulp.plan.io/issues/5527>`_


Misc
----

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


----


4.0.0b6 (2019-09-05)
====================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/5470.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5486.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5527.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_static/api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pulp_docker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '4.0.0b7.dev'
__version__ = '4.0.0b7'

default_app_config = 'pulp_docker.app.PulpDockerPluginAppConfig'
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 find_packages, setup

requirements = [
'pulpcore-plugin~=0.1rc4',
'pulpcore-plugin==0.1.0rc6',
]


Expand All @@ -12,7 +12,7 @@

setup(
name='pulp-docker',
version='4.0.0b7.dev',
version='4.0.0b7',
description='pulp-docker plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit 75ed733

Please sign in to comment.