Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.4.dev
current_version = 0.0.5.dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@

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

## 0.0.4 (2023-03-09)
=====================


### Misc

- Adopted PREFIX_ID pattern introduced in pulp-cli 0.14.
[#27](https://github.com/pulp/pulp-cli-deb/issues/27)


---


## 0.0.3 (2023-01-03)
=====================

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

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name="pulp-cli-deb",
description="Command line interface to talk to pulpcore's REST API. (Debian plugin commands)",
url="https://github.com/pulp/pulp-cli-deb",
version="0.0.4.dev",
version="0.0.5.dev",
packages=plugin_packages,
package_data={"": ["py.typed", "locale/*/LC_MESSAGES/*.mo"]},
python_requires=">=3.6",
Expand Down