From d7585fbe1badb87ac257f11694bf7573c28b6b86 Mon Sep 17 00:00:00 2001 From: LangWatch Agent Date: Sat, 19 Sep 2026 19:04:20 +0200 Subject: [PATCH] chore(main): release python 1.6.0 --- .release-please-manifest.json | 2 +- python/CHANGELOG.md | 7 +++++++ python/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cec8b6f..48cc57f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "javascript": "1.6.0", - "python": "1.5.0" + "python": "1.6.0" } diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 11ba105f..69bb4602 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/langwatch/scenario/compare/python/v1.5.0...python/v1.6.0) (2026-09-19) + + +### Features + +* **voice/twilio:** a-leg external-number dialing for TwilioAgentAdapter ([#982](https://github.com/langwatch/scenario/issues/982)) ([29dea33](https://github.com/langwatch/scenario/commit/29dea3374ef4abffbd25233a3bfff4184fd6852d)) + ## [1.5.0](https://github.com/langwatch/scenario/compare/python/v1.4.0...python/v1.5.0) (2026-09-06) diff --git a/python/pyproject.toml b/python/pyproject.toml index 9e65982c..b3fd2232 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "langwatch-scenario" -version = "1.5.0" +version = "1.6.0" description = "The end-to-end agent testing library" readme = "README.md" authors = [{ name = "LangWatch Team", email = "support@langwatch.ai" }]