Skip to content

Commit 75bda1b

Browse files
authored
Merge pull request #236 from CodeHeeler/release-3.0.0b5
Bump version to beta5, add release notes
2 parents 729e690 + 169bed5 commit 75bda1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/release-notes/3.0.z.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ might be made until Beta is over.
2121
synced. This mirrors the 'prereleases' flag that packaging.specifiers.SpecifierSet provides.
2222

2323
* Removes Python 3.5 support
24+
25+
3.0.0b5
26+
=======
27+
28+
* Fix relative_path to allow pip install

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='pulp-python',
16-
version='3.0.0b4',
16+
version='3.0.0b5',
1717
description='pulp-python plugin for the Pulp Project',
1818
long_description=long_description,
1919
license='GPLv2+',

0 commit comments

Comments
 (0)