From aaf2473f6b033e156ac7688437322fa8f8d75b4e Mon Sep 17 00:00:00 2001 From: syntassodev <113625212+syntassodev@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:22:27 +0100 Subject: [PATCH] chore(main): release 0.4.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ kratix_sdk/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f800719..0c02950 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.3" + ".": "0.4.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7667afd..1cd5926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/syntasso/kratix-python/compare/v0.4.3...v0.4.4) (2026-06-01) + + +### Build System + +* **deps:** update kubernetes requirement ([#56](https://github.com/syntasso/kratix-python/issues/56)) ([58129fa](https://github.com/syntasso/kratix-python/commit/58129fa464bfb1d95b00d7bafe26ca3dd986638b)) + ## [0.4.3](https://github.com/syntasso/kratix-python/compare/v0.4.2...v0.4.3) (2026-04-01) diff --git a/kratix_sdk/__init__.py b/kratix_sdk/__init__.py index 441371f..89b5376 100644 --- a/kratix_sdk/__init__.py +++ b/kratix_sdk/__init__.py @@ -20,7 +20,7 @@ except ( importlib_metadata.PackageNotFoundError ): # pragma: no cover - source tree fallback - __version__ = "0.4.3" + __version__ = "0.4.4" __all__ = [ "Status", diff --git a/pyproject.toml b/pyproject.toml index b5acbce..0bd1312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kratix-sdk" -version = "0.4.3" +version = "0.4.4" description = "Kratix SDK for writing Promises workflows" readme = "README.md" authors = [{ name = "Syntasso", email = "hello@syntasso.io" }] diff --git a/uv.lock b/uv.lock index 65ed208..1bc2b14 100644 --- a/uv.lock +++ b/uv.lock @@ -185,7 +185,7 @@ wheels = [ [[package]] name = "kratix-sdk" -version = "0.4.3" +version = "0.4.4" source = { editable = "." } dependencies = [ { name = "kubernetes" },