Skip to content

Commit afcce36

Browse files
authored
Merge pull request #50 from ATIX-AG/release_0.0.4
Release 0.0.4
2 parents 6b4be60 + a45323e commit afcce36

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.4.dev
2+
current_version = 0.0.5.dev
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010

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

13+
## 0.0.4 (2023-03-09)
14+
=====================
15+
16+
17+
### Misc
18+
19+
- Adopted PREFIX_ID pattern introduced in pulp-cli 0.14.
20+
[#27](https://github.com/pulp/pulp-cli-deb/issues/27)
21+
22+
23+
---
24+
25+
1326
## 0.0.3 (2023-01-03)
1427
=====================
1528

CHANGES/27.misc

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name="pulp-cli-deb",
2323
description="Command line interface to talk to pulpcore's REST API. (Debian plugin commands)",
2424
url="https://github.com/pulp/pulp-cli-deb",
25-
version="0.0.4.dev",
25+
version="0.0.5.dev",
2626
packages=plugin_packages,
2727
package_data={"": ["py.typed", "locale/*/LC_MESSAGES/*.mo"]},
2828
python_requires=">=3.6",

0 commit comments

Comments
 (0)