From 9a04475555839f33e13e66b50d8ce45ab86f78c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:14:27 +0000 Subject: [PATCH 1/2] chore(main): release 6.3.0-beta.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d311c30d..806d6269 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.0-beta.4" + ".": "6.3.0-beta.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d734a5d7..68231c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [6.3.0-beta.5](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0-beta.4...v6.3.0-beta.5) (2026-05-26) + + +### Continuous Integration + +* fix release-please manifest tag handling ([#879](https://github.com/adcontextprotocol/adcp-client-python/issues/879)) ([f3aeb78](https://github.com/adcontextprotocol/adcp-client-python/commit/f3aeb780e7666a42d4acb17f0af4d722983a93cb)) +* use release-please manifest prerelease config ([#877](https://github.com/adcontextprotocol/adcp-client-python/issues/877)) ([8f93226](https://github.com/adcontextprotocol/adcp-client-python/commit/8f93226a02d799c12805c9a0215eff1f9d084caf)) + ## [6.3.0-beta.4](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.2.0-beta.4...v6.3.0-beta.4) (2026-05-26) diff --git a/pyproject.toml b/pyproject.toml index bb258c79..a59afdf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.3.0b4" +version = "6.3.0-beta.5" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 7937ef7622451e15b18747a1be3c2a8a3c274569 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:14:39 +0000 Subject: [PATCH 2/2] chore: normalize prerelease version to PEP 440 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a59afdf1..4f3e73b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.3.0-beta.5" +version = "6.3.0b5" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}