Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/release-notes/3.0.z.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ might be made until Beta is over.
synced. This mirrors the 'prereleases' flag that packaging.specifiers.SpecifierSet provides.

* Removes Python 3.5 support

3.0.0b5
=======

* Fix relative_path to allow pip install
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pulp-python',
version='3.0.0b4',
version='3.0.0b5',
description='pulp-python plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down