Skip to content

Commit

Permalink
Merge pull request pulp#360 from daviddavis/0.2.0
Browse files Browse the repository at this point in the history
0.2.0 version bumps and changelog
  • Loading branch information
dkliban committed Feb 27, 2020
2 parents 146187b + f440e4d commit ab11cc6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ Changelog

.. towncrier release notes start
0.2.0 (2020-02-26)
==================


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

- Renamed the filter for the field 'digest' to 'sha256' to correspond to field name in API and other
plugins.
`#5965 <https://pulp.plan.io/issues/5965>`_


Misc
----

- `#5567 <https://pulp.plan.io/issues/5567>`_


----


0.1.1 (2020-01-31)
==================

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

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/5965.removal

This file was deleted.

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.2.0.dev"
__version__ = "0.3.0.dev"

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>=3.0,<3.3"]
requirements = ["pulpcore>=3.0,<3.4"]

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

setup(
name="pulp-file",
version="0.2.0.dev",
version="0.3.0.dev",
description="File plugin for the Pulp Project",
long_description=long_description,
license="GPLv2+",
Expand Down
2 changes: 1 addition & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pulp_settings: null
pulpcore_branch: master
pydocstyle: true
pypi_username: pulp
stable_branch: '0.1'
stable_branch: '0.2'
test: false
test_bindings: true
test_performance: true
Expand Down

0 comments on commit ab11cc6

Please sign in to comment.