From 159d82e92ce98d557f25daaab974daaa0548a2c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:30:49 +0000 Subject: [PATCH] chore(main): release 3.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/adcp/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc703804..2a266f81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.6.0" + ".": "3.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 869e7c41..5f95618f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.6.0...v3.7.0) (2026-02-28) + + +### Features + +* sync upstream schemas from PR 1252 ([#139](https://github.com/adcontextprotocol/adcp-client-python/issues/139)) ([6cb2b6c](https://github.com/adcontextprotocol/adcp-client-python/commit/6cb2b6cb994f5c0ae2f440768f9b1b90009c4337)) + ## [3.6.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.5.0...v3.6.0) (2026-02-23) diff --git a/pyproject.toml b/pyproject.toml index 471ef907..4ba6e2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "3.6.0" +version = "3.7.0" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} diff --git a/src/adcp/__init__.py b/src/adcp/__init__.py index 3523105a..22555317 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -371,7 +371,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "3.6.0" +__version__ = "3.7.0" def get_adcp_version() -> str: