We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 729e690 + 169bed5 commit 75bda1bCopy full SHA for 75bda1b
docs/release-notes/3.0.z.rst
@@ -21,3 +21,8 @@ might be made until Beta is over.
21
synced. This mirrors the 'prereleases' flag that packaging.specifiers.SpecifierSet provides.
22
23
* Removes Python 3.5 support
24
+
25
+3.0.0b5
26
+=======
27
28
+* Fix relative_path to allow pip install
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='pulp-python',
16
- version='3.0.0b4',
+ version='3.0.0b5',
17
description='pulp-python plugin for the Pulp Project',
18
long_description=long_description,
19
license='GPLv2+',
0 commit comments