Skip to content

Commit fab422d

Browse files
authored
Merge pull request #249 from CodeHeeler/release-3.0.0b7
Bump version to beta7, add release notes
2 parents 9fdf08c + 4c26438 commit fab422d

File tree

6 files changed

+27
-7
lines changed

6 files changed

+27
-7
lines changed

CHANGES.rst

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

1414
.. towncrier release notes start
1515
16+
3.0.0b7 (2019-08-01)
17+
====================
18+
19+
20+
Features
21+
--------
22+
23+
- Users can upload a file to create content and optionally add to a repo in one step known as
24+
one-shot upload
25+
`#4396 <https://pulp.plan.io/issues/4396>`_
26+
- Override the Remote's serializer to allow policy='on_demand' and policy='streamed'.
27+
`#4990 <https://pulp.plan.io/issues/4990>`_
28+
29+
30+
Improved Documentation
31+
----------------------
32+
33+
- Switch to using `towncrier <https://github.com/hawkowl/towncrier>`_ for better release notes.
34+
`#4875 <https://pulp.plan.io/issues/4875>`_
35+
36+
37+
----
38+
39+

CHANGES/4396.feature

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

CHANGES/4875.doc

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

CHANGES/4990.feature

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

pulp_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.0.0b6'
1+
__version__ = '3.0.0b7'
22

33
default_app_config = 'pulp_python.app.PulpPythonPluginAppConfig'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
requirements = [
6-
'pulpcore-plugin~=0.1rc2',
6+
'pulpcore-plugin~=0.1rc3',
77
'pkginfo',
88
'packaging',
99
]
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='pulp-python',
16-
version='3.0.0b6',
16+
version='3.0.0b7',
1717
description='pulp-python plugin for the Pulp Project',
1818
long_description=long_description,
1919
license='GPLv2+',

0 commit comments

Comments
 (0)