From 986c7e3544727c2c5339f59cef89f6133f1317cf Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 22 Feb 2026 11:18:42 +0100 Subject: [PATCH 1/2] just: fix paramter for "fj release create" --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index af95755..4a25b54 100644 --- a/justfile +++ b/justfile @@ -80,5 +80,5 @@ release segment *release_name: uv build --wheel --clear - fj release create "v$tag: $release_name" --pre-release --tag "v$tag" --attach dist/*.whl --body "$body" + fj release create "v$tag: $release_name" --prerelease --tag "v$tag" --attach dist/*.whl --body "$body" # uv run twine upload --config-file ~/.config/pypirc --repository code.cbo dist/*.whl From eeb3fe8720e93ec9737f2a958db5588db5cb52a1 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 22 Feb 2026 11:18:58 +0100 Subject: [PATCH 2/2] Release version 0.4.8 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 27f4e4c..86836e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "teilchensammler-cli" -version = "0.4.7" +version = "0.4.8" description = "Build up and maintain an inventory of electronics parts and tools." readme = "README.md" requires-python = ">=3.14,<4.0" diff --git a/uv.lock b/uv.lock index d0e0fb4..6d7d282 100644 --- a/uv.lock +++ b/uv.lock @@ -1153,7 +1153,7 @@ wheels = [ [[package]] name = "teilchensammler-cli" -version = "0.4.7" +version = "0.4.8" source = { editable = "." } dependencies = [ { name = "ciso8601" },