Skip to content

Commit

Permalink
0.1.0b3 release
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
David Davis authored and daviddavis committed Oct 1, 2019
1 parent 4c48d6b commit 98c2f49
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
29 changes: 29 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,35 @@ Changelog

.. towncrier release notes start
0.1.0b3 (2019-09-30)
====================


Features
--------

- Setting `code` on `ProgressBar`.
`#5184 <https://pulp.plan.io/issues/5184>`_
- Add upload functionality to the file content endpoint.
`#5403 <https://pulp.plan.io/issues/5403>`_


Deprecations and Removals
-------------------------

- Adjust FileContentSerializer to upstream change.
`#5428 <https://pulp.plan.io/issues/5428>`_


Misc
----

- `#5304 <https://pulp.plan.io/issues/5304>`_, `#5444 <https://pulp.plan.io/issues/5444>`_


----


0.1.0b2 (2019-09-11)
====================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5428.removal

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_static/api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pulp_file/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.0b2"
__version__ = "0.1.0b3"

default_app_config = "pulp_file.app.PulpFilePluginAppConfig"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

from setuptools import setup, find_packages

requirements = ["pulpcore-plugin~=0.1rc2"]
requirements = ["pulpcore-plugin==0.1.0rc6"]

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

setup(
name="pulp-file",
version="0.1.0b2",
version="0.1.0b3",
description="File plugin for the Pulp Project",
long_description=long_description,
license="GPLv2+",
Expand Down

0 comments on commit 98c2f49

Please sign in to comment.