File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ Changelog
1313
1414.. towncrier release notes start
1515
16+ 3.0.0b8 (2019-09-16)
17+ ====================
18+
19+
20+ Misc
21+ ----
22+
23+ - `#4681 <https://pulp.plan.io/issues/4681 >`_
24+
25+
26+ ----
27+
28+
16293.0.0b7 (2019-08-01)
1730====================
1831
Original file line number Diff line number Diff line change 1- __version__ = '3.0.0b7 '
1+ __version__ = '3.0.0b8 '
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.1rc3 ' ,
6+ 'pulpcore-plugin~=0.1rc5 ' ,
77 'pkginfo' ,
88 'packaging' ,
99]
1313
1414setup (
1515 name = 'pulp-python' ,
16- version = '3.0.0b7 ' ,
16+ version = '3.0.0b8 ' ,
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