diff --git a/Changelog.md b/Changelog.md index 72d4afd..1a28d54 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.12] - 2026-08-14 + ### Changed - Move the canonical source repository, performance project, and integration server image to the diff --git a/pyproject.toml b/pyproject.toml index 3fa5490..888ec0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "treetop-client" -version = "0.0.11" +version = "0.0.12" description = "Python client library for the Treetop policy server" authors = [{ name = "Terje Kvernes", email = "terje@kvernes.no" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 701e40b..b0dc30c 100644 --- a/uv.lock +++ b/uv.lock @@ -261,7 +261,7 @@ wheels = [ [[package]] name = "treetop-client" -version = "0.0.11" +version = "0.0.12" source = { editable = "." } dependencies = [ { name = "httpx" },