Skip to content

Commit ab11cc6

Browse files
authored
Merge pull request pulp#360 from daviddavis/0.2.0
0.2.0 version bumps and changelog
2 parents 146187b + f440e4d commit ab11cc6

File tree

6 files changed

+25
-7
lines changed

6 files changed

+25
-7
lines changed

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
0.2.0 (2020-02-26)
17+
==================
18+
19+
20+
Deprecations and Removals
21+
-------------------------
22+
23+
- Renamed the filter for the field 'digest' to 'sha256' to correspond to field name in API and other
24+
plugins.
25+
`#5965 <https://pulp.plan.io/issues/5965>`_
26+
27+
28+
Misc
29+
----
30+
31+
- `#5567 <https://pulp.plan.io/issues/5567>`_
32+
33+
34+
----
35+
36+
1637
0.1.1 (2020-01-31)
1738
==================
1839

CHANGES/5567.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/5965.removal

Lines changed: 0 additions & 2 deletions
This file was deleted.

pulp_file/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.2.0.dev"
1+
__version__ = "0.3.0.dev"
22

33
default_app_config = "pulp_file.app.PulpFilePluginAppConfig"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
from setuptools import setup, find_packages
44

5-
requirements = ["pulpcore>=3.0,<3.3"]
5+
requirements = ["pulpcore>=3.0,<3.4"]
66

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

1010
setup(
1111
name="pulp-file",
12-
version="0.2.0.dev",
12+
version="0.3.0.dev",
1313
description="File plugin for the Pulp Project",
1414
long_description=long_description,
1515
license="GPLv2+",

template_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pulp_settings: null
3030
pulpcore_branch: master
3131
pydocstyle: true
3232
pypi_username: pulp
33-
stable_branch: '0.1'
33+
stable_branch: '0.2'
3434
test: false
3535
test_bindings: true
3636
test_performance: true

0 commit comments

Comments
 (0)