This repository was archived by the owner on Dec 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
16384.0.0b6 (2019-09-05)
1739====================
1840
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- __version__ = '4.0.0b7.dev '
1+ __version__ = '4.0.0b7'
22
33default_app_config = 'pulp_docker.app.PulpDockerPluginAppConfig'
Original file line number Diff line number Diff line change 33from setuptools import find_packages , setup
44
55requirements = [
6- 'pulpcore-plugin~=0.1rc4 ' ,
6+ 'pulpcore-plugin==0.1.0rc6 ' ,
77]
88
99
1212
1313setup (
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+' ,
You can’t perform that action at this time.
0 commit comments