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

Commit 75ed733

Browse files
authored
Merge pull request #421 from ipanova/beta7
Prepare for beta7.
2 parents 56b12fa + 97d88e6 commit 75ed733

File tree

7 files changed

+26
-7
lines changed

7 files changed

+26
-7
lines changed

Diff for: CHANGES.rst

+22
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
4.0.0b7 (2019-10-02)
17+
====================
18+
19+
20+
Bugfixes
21+
--------
22+
23+
- Fix a bug that allowed arbitrary url prefixes for custom endpoints.
24+
`#5486 <https://pulp.plan.io/issues/5486>`_
25+
- Add Docker-Distribution-API-Version header among response headers.
26+
`#5527 <https://pulp.plan.io/issues/5527>`_
27+
28+
29+
Misc
30+
----
31+
32+
- `#5470 <https://pulp.plan.io/issues/5470>`_
33+
34+
35+
----
36+
37+
1638
4.0.0b6 (2019-09-05)
1739
====================
1840

Diff for: CHANGES/5470.misc

-1
This file was deleted.

Diff for: CHANGES/5486.bugfix

-1
This file was deleted.

Diff for: CHANGES/5527.bugfix

-1
This file was deleted.

Diff for: docs/_static/api.json

+1-1
Large diffs are not rendered by default.

Diff for: pulp_docker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '4.0.0b7.dev'
1+
__version__ = '4.0.0b7'
22

33
default_app_config = 'pulp_docker.app.PulpDockerPluginAppConfig'

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55
requirements = [
6-
'pulpcore-plugin~=0.1rc4',
6+
'pulpcore-plugin==0.1.0rc6',
77
]
88

99

@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='pulp-docker',
15-
version='4.0.0b7.dev',
15+
version='4.0.0b7',
1616
description='pulp-docker plugin for the Pulp Project',
1717
long_description=long_description,
1818
license='GPLv2+',

0 commit comments

Comments
 (0)