Skip to content

Commit 159d82e

Browse files
chore(main): release 3.7.0
1 parent 6cb2b6c commit 159d82e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.6.0"
2+
".": "3.7.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.7.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.6.0...v3.7.0) (2026-02-28)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [3.6.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.5.0...v3.6.0) (2026-02-23)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "adcp"
7-
version = "3.6.0"
7+
version = "3.7.0"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

src/adcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
get_adcp_signed_headers_for_webhook,
372372
)
373373

374-
__version__ = "3.6.0"
374+
__version__ = "3.7.0"
375375

376376

377377
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)