Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ For every **pull request targeting `main`**, CI runs a check that the version in
- **You** update the version in **`pyproject.toml`** for every release (patch, minor, or major).
- Open a PR to `main`; CI will fail the “version changed” check until the version is updated.
- After you merge to `main`, CI tags that version and publishes to PyPI and the container registry.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "uv_build"

[project]
name = "buildrunner"
version = "3.22.1"
version = "3.23.0"
description = "Docker-based build tool"
readme = "README.rst"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading