Skip to content

Commit

Permalink
Merge pull request #1444 from daviddavis/3.0.0b5
Browse files Browse the repository at this point in the history
3.0.0b5 release
  • Loading branch information
daviddavis authored Sep 17, 2019
2 parents d31b4b7 + 61380e7 commit bae76e2
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 15 deletions.
33 changes: 33 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,39 @@ Changelog

.. towncrier release notes start
3.0.0b5.dev (2019-09-17)
========================


Features
--------

- Setting `code` on `ProgressBar`.
`#5184 <https://pulp.plan.io/issues/5184>`_
- Sync and Publish kickstart trees.
`#5206 <https://pulp.plan.io/issues/5206>`_
- Sync and Publish custom/unknown repository metadata.
`#5432 <https://pulp.plan.io/issues/5432>`_


Bugfixes
--------

- Use the field relative_path instead of filename in the API calls while creating a content from an artifact
`#4987 <https://pulp.plan.io/issues/4987>`_
- Fixing sync task failure.
`#5285 <https://pulp.plan.io/issues/5285>`_


Misc
----

- `#4681 <https://pulp.plan.io/issues/4681>`_, `#5201 <https://pulp.plan.io/issues/5201>`_, `#5202 <https://pulp.plan.io/issues/5202>`_, `#5331 <https://pulp.plan.io/issues/5331>`_, `#5430 <https://pulp.plan.io/issues/5430>`_, `#5431 <https://pulp.plan.io/issues/5431>`_, `#5438 <https://pulp.plan.io/issues/5438>`_


----


3.0.0b4 (2019-07-03)
====================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/4681.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/4987.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5184.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5201.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5202.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5206.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5285.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5331.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5430.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5431.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5432.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5438.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pulp_rpm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.0.0b5.dev'
__version__ = '3.0.0b5'


default_app_config = 'pulp_rpm.app.PulpRpmPluginAppConfig'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
requirements = [
'createrepo_c~=0.13',
'productmd',
'pulpcore-plugin~=0.1rc3',
'pulpcore-plugin~=0.1rc5',
]

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

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

0 comments on commit bae76e2

Please sign in to comment.