From 973d2553ac8f8dab19a90af53ae388b314a701af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:11:03 +0000 Subject: [PATCH] chore(main): release 2.12.1 --- .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 7a48e52..ed32022 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.0" + ".": "2.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd2f33..cf523ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.12.0...v2.12.1) (2025-11-24) + + +### Bug Fixes + +* correct ADCP_VERSION packaging for PyPI ([#85](https://github.com/adcontextprotocol/adcp-client-python/issues/85)) ([161656d](https://github.com/adcontextprotocol/adcp-client-python/commit/161656d97af9651cd76332935a3421ddf07acf55)) + ## [2.12.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.11.1...v2.12.0) (2025-11-22) diff --git a/pyproject.toml b/pyproject.toml index 62bfe3b..b090553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.12.0" +version = "2.12.1" 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 2a18289..96550e5 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -179,7 +179,7 @@ validate_publisher_properties_item, ) -__version__ = "2.12.0" +__version__ = "2.12.1" def get_adcp_version() -> str: