From 6cf38f2946df9e264a52d7c526799aa848d044ec Mon Sep 17 00:00:00 2001 From: rp-maintainers Date: Fri, 7 Aug 2026 14:13:37 +0000 Subject: [PATCH] chore(release): 0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three changes have landed since 0.2.1 — the release-path test run with pinned actions (#7), the security policy and disclosure process (#6), and a neutral example host in the base_url test (#5). No functional SDK change, so a patch. The bump is its own commit because the publish workflow builds from pyproject.toml: tagging without it would rebuild 0.2.1 and PyPI would reject the upload as a duplicate. _version.py moves with it so the installed package and the metadata agree. --- pyproject.toml | 2 +- src/routeplane/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4595645..ea7a389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "routeplane" -version = "0.2.1" +version = "0.2.2" description = "Official Python SDK for the Routeplane AI Gateway" readme = "README.md" license = "Apache-2.0" diff --git a/src/routeplane/_version.py b/src/routeplane/_version.py index 3ced358..b5fdc75 100644 --- a/src/routeplane/_version.py +++ b/src/routeplane/_version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"