Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Jun 30, 2021
1 parent 9ddd711 commit be34534
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.10.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ Changelog

.. towncrier release notes start
0.10.1 (2021-06-30)

Bugfixes
--------

- Fixed a bug in the docs publishing workflow.
`#286 <https://github.com/pulp/pulp-cli/issues/286>`_
- Unconditionally add the fake not namespaced pulp_cli to the distribution on pypi to make it able to be consumed by setuptools<40.
`#287 <https://github.com/pulp/pulp-cli/issues/287>`_


----


0.10.0 (2021-06-30)

Features
Expand Down
1 change: 0 additions & 1 deletion CHANGES/286.bugfix

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion pulpcore/cli/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pulpcore.cli.common.debug import debug

_ = gettext.gettext
__version__ = "0.10.0"
__version__ = "0.10.1"


##############################################################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/pulp/pulp-cli",
version="0.10.0",
version="0.10.1",
packages=plugin_packages + extra_packages,
package_data={package: ["py.typed"] for package in plugin_packages},
python_requires=">=3.6",
Expand Down

0 comments on commit be34534

Please sign in to comment.