Skip to content

Commit 3db240f

Browse files
committed
pyproject(version): Update release to v0.1.10
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
1 parent 7fb33dc commit 3db240f

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
kci-dev (0.1.10-1) unstable; urgency=medium
2+
3+
* New upstream release.
4+
* Update to version 0.1.10.
5+
6+
-- Arisu Tachibana <arisu.tachibana@miraclelinux.com> Wed, 14 Jan 2026 12:00:00 +0900
7+
18
kci-dev (0.1.9-1) unstable; urgency=medium
29

310
* New upstream release.

debian/kci-dev.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH kci-dev 1 "December 2025" "kci-dev 0.1.9" "User Commands"
1+
.TH kci-dev 1 "January 2026" "kci-dev 0.1.10" "User Commands"
22
.SH NAME
33
kci-dev \- Stand alone command line tool for interacting with KernelCI
44
.SH SYNOPSIS

kcidev/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@click.group(
2222
help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
2323
)
24-
@click.version_option("0.1.9", prog_name="kci-dev")
24+
@click.version_option("0.1.10", prog_name="kci-dev")
2525
@click.option(
2626
"--settings",
2727
default=".kci-dev.toml",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kci-dev"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI"
55
authors = ["Arisu Tachibana <arisu.tachibana@miraclelinux.com>"]
66
license = "LGPL-2.1-or-later"

0 commit comments

Comments
 (0)