Skip to content

Commit

Permalink
Merge pull request pulp#70 from ATIX-AG/release_0.0.5
Browse files Browse the repository at this point in the history
Release 0.0.5
  • Loading branch information
quba42 authored Sep 5, 2023
2 parents 8262372 + aff623b commit 300260b
Show file tree
Hide file tree
Showing 6 changed files with 22 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.0.5.dev
current_version = 0.0.6.dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@

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

## 0.0.5 (2023-09-05)
=====================


### Features

- Added new ``content`` command for showing deb content and uploading debian packages.
[#23](https://github.com/pulp/pulp-cli-deb/issues/23)


### Bugfixes

- Added ``--no-structured`` flag to the ``publication create`` command, so the new default value of "structured" can be overridden for ``pulp_deb>=3.0.0``.
[#66](https://github.com/pulp/pulp-cli-deb/issues/66)


---


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

Expand Down
1 change: 0 additions & 1 deletion CHANGES/23.feature

This file was deleted.

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

This file was deleted.

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

__version__ = "0.0.5.dev"
__version__ = "0.0.6.dev"


@pulp_group(name="deb")
Expand Down
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.5.dev",
version="0.0.6.dev",
packages=plugin_packages,
package_data={"": ["py.typed", "locale/*/LC_MESSAGES/*.mo"]},
python_requires=">=3.6",
Expand Down

0 comments on commit 300260b

Please sign in to comment.