File tree Expand file tree Collapse file tree 6 files changed +27
-7
lines changed
Expand file tree Collapse file tree 6 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,27 @@ Changelog
1313
1414.. towncrier release notes start
1515
16+ 3.0.0b7 (2019-08-01)
17+ ====================
18+
19+
20+ Features
21+ --------
22+
23+ - Users can upload a file to create content and optionally add to a repo in one step known as
24+ one-shot upload
25+ `#4396 <https://pulp.plan.io/issues/4396 >`_
26+ - Override the Remote's serializer to allow policy='on_demand' and policy='streamed'.
27+ `#4990 <https://pulp.plan.io/issues/4990 >`_
28+
29+
30+ Improved Documentation
31+ ----------------------
32+
33+ - Switch to using `towncrier <https://github.com/hawkowl/towncrier >`_ for better release notes.
34+ `#4875 <https://pulp.plan.io/issues/4875 >`_
35+
36+
37+ ----
38+
39+
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = '3.0.0b6 '
1+ __version__ = '3.0.0b7 '
22
33default_app_config = 'pulp_python.app.PulpPythonPluginAppConfig'
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44
55requirements = [
6- 'pulpcore-plugin~=0.1rc2 ' ,
6+ 'pulpcore-plugin~=0.1rc3 ' ,
77 'pkginfo' ,
88 'packaging' ,
99]
1313
1414setup (
1515 name = 'pulp-python' ,
16- version = '3.0.0b6 ' ,
16+ version = '3.0.0b7 ' ,
1717 description = 'pulp-python plugin for the Pulp Project' ,
1818 long_description = long_description ,
1919 license = 'GPLv2+' ,
You can’t perform that action at this time.
0 commit comments