Compare commits

..

2 commits

Author SHA1 Message Date
bronsen
eeb3fe8720 Release version 0.4.8
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
ci/woodpecker/tag/workflow Pipeline failed
2026-02-22 11:18:58 +01:00
bronsen
986c7e3544 just: fix paramter for "fj release create" 2026-02-22 11:18:42 +01:00
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"

2
uv.lock generated
View file

@ -1153,7 +1153,7 @@ wheels = [
[[package]]
name = "teilchensammler-cli"
version = "0.4.7"
version = "0.4.8"
source = { editable = "." }
dependencies = [
{ name = "ciso8601" },