Skip to content

Commit 987b9f4

Browse files
authored
Merge pull request #244 from CodeHeeler/release-3.0.0b6
Bump version to beta6, add release notes
2 parents 12405cc + 1f62cc9 commit 987b9f4

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

docs/release-notes/3.0.z.rst

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ pulp-python 3.0 Release Notes
55
pulp-python 3.0 is currently in Beta. Backwards incompatible changes
66
might be made until Beta is over.
77

8+
3.0.0b6
9+
=======
10+
11+
* See all changes `here <https://github.com/pulp/pulp_python/compare/3.0.0b5...3.0.0b6>`_.
12+
13+
* Adds support for `pulpcore 3.0.0.rc2 <https://docs.pulpproject.org/en/3.0/rc/release-notes/pulpcore/3.0.x.html#rc2>`_.
14+
15+
Changes urls for distributions and publications
16+
17+
* Adds lazy sync
18+
19+
* Docs replace snippets with testable scripts
20+
21+
3.0.0b5
22+
=======
23+
24+
* Fix relative_path to allow pip install
25+
826
3.0.0b4
927
=======
1028

@@ -21,8 +39,3 @@ might be made until Beta is over.
2139
synced. This mirrors the 'prereleases' flag that packaging.specifiers.SpecifierSet provides.
2240

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
requirements = [
6-
'pulpcore-plugin~=0.1rc1',
6+
'pulpcore-plugin~=0.1rc2',
77
'pkginfo',
88
'packaging',
99
]
@@ -13,7 +13,7 @@
1313

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

0 commit comments

Comments
 (0)