Skip to content

Commit

Permalink
Merge pull request #1310 from goosemania/3.0.0b2-release
Browse files Browse the repository at this point in the history
Prepare for beta 2
  • Loading branch information
goosemania authored Mar 28, 2019
2 parents e534576 + 1b3d319 commit c494f49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions docs/release-notes/3.0.z.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
==========================
pulp-rpm 3.0 Release Notes
==========================
=================
3.0 Release Notes
=================

pulp-rpm 3.0 is currently in Beta. Backwards incompatible changes
might be made until Beta is over.

3.0.0b2
=======

* Add support for on_demand sync
* Add one-shot upload
* Performance improvements and bug fixes
* Compatibility with pulpcore-plugin-0.1.0rc1

`Comprehensive list of changes and bugfixes for beta 2 <https://github.com/pulp/pulp_rpm/compare/3.0.0b1...3.0.0b2>`_.

3.0.0b1
=======

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

requirements = [
'createrepo_c',
'pulpcore-plugin>=0.1.0b18',
'pulpcore-plugin~=0.1rc1',
]

with open('README.rst') as f:
long_description = f.read()

setup(
name='pulp-rpm',
version='3.0.0b1',
version='3.0.0b2',
description='RPM plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit c494f49

Please sign in to comment.