Skip to content

Commit

Permalink
Add changelog and bump version to 0.14.1
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Jul 15, 2022
1 parent 7a2028f commit 24425b5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 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.14.1.dev
current_version = 0.14.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
1 change: 0 additions & 1 deletion CHANGES/529.bugfix

This file was deleted.

12 changes: 12 additions & 0 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@

[//]: # (towncrier release notes start)


## 0.14.1 (2022-07-15)

### Bugfixes

- Fixed the heuristics for the `PARTIAL_UPDATE_ID` workaround.
[#529](https://github.com/pulp/pulp-cli/issues/529)


---


## 0.14.0 (2022-03-02)

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

__version__ = "0.14.1.dev"
__version__ = "0.14.1"

translation = get_translation(__name__)
_ = translation.gettext
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
author="Pulp Team",
author_email="pulp-list@redhat.com",
url="https://github.com/pulp/pulp-cli",
version="0.14.1.dev",
version="0.14.1",
packages=plugin_packages + extra_packages,
package_data={"": ["py.typed", "locale/*/LC_MESSAGES/*.mo"]},
python_requires=">=3.6",
Expand Down

0 comments on commit 24425b5

Please sign in to comment.