Skip to content

Commit

Permalink
Merge pull request #244 from CodeHeeler/release-3.0.0b6
Browse files Browse the repository at this point in the history
Bump version to beta6, add release notes
  • Loading branch information
CodeHeeler authored May 21, 2019
2 parents 12405cc + 1f62cc9 commit 987b9f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
23 changes: 18 additions & 5 deletions docs/release-notes/3.0.z.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ pulp-python 3.0 Release Notes
pulp-python 3.0 is currently in Beta. Backwards incompatible changes
might be made until Beta is over.

3.0.0b6
=======

* See all changes `here <https://github.com/pulp/pulp_python/compare/3.0.0b5...3.0.0b6>`_.

* Adds support for `pulpcore 3.0.0.rc2 <https://docs.pulpproject.org/en/3.0/rc/release-notes/pulpcore/3.0.x.html#rc2>`_.

Changes urls for distributions and publications

* Adds lazy sync

* Docs replace snippets with testable scripts

3.0.0b5
=======

* Fix relative_path to allow pip install

3.0.0b4
=======

Expand All @@ -21,8 +39,3 @@ 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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

requirements = [
'pulpcore-plugin~=0.1rc1',
'pulpcore-plugin~=0.1rc2',
'pkginfo',
'packaging',
]
Expand All @@ -13,7 +13,7 @@

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

0 comments on commit 987b9f4

Please sign in to comment.