From 398900f737d13899597fb3a4439ed64e8bc938d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:25:15 +0000 Subject: [PATCH] chore(main): release 2.4.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 a549f59..fdadbf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b654737..550c2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.4.0...v2.4.1) (2025-11-18) + + +### Bug Fixes + +* remove stale generated files and improve type generation ([#58](https://github.com/adcontextprotocol/adcp-client-python/issues/58)) ([574ec90](https://github.com/adcontextprotocol/adcp-client-python/commit/574ec9080c5d79b39ad857f940ca666e3e67fa5e)) + ## [2.4.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.3.0...v2.4.0) (2025-11-18) diff --git a/pyproject.toml b/pyproject.toml index d98a2f0..d3773e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.4.0" +version = "2.4.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 4899871..e461ef2 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -164,7 +164,7 @@ validate_publisher_properties_item, ) -__version__ = "2.4.0" +__version__ = "2.4.1" __all__ = [ # Client classes