From 62c44d3ed646151fd6de43d9105ac2da489becf9 Mon Sep 17 00:00:00 2001 From: kridai Date: Thu, 7 May 2026 13:17:01 +0530 Subject: [PATCH 1/2] chore: python minor release setup --- setup.py | 2 +- twilio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7f7546dd7..0c963e943 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="twilio", - version="9.10.6", + version="9.10.7", description="Twilio API client and TwiML generator", author="Twilio", help_center="https://www.twilio.com/help/contact", diff --git a/twilio/__init__.py b/twilio/__init__.py index 728d43120..d486db0a4 100644 --- a/twilio/__init__.py +++ b/twilio/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = ("9", "10", "6") +__version_info__ = ("9", "10", "7") __version__ = ".".join(__version_info__) From d2e11d4887a74eae42b353604ee777e42ddc40bd Mon Sep 17 00:00:00 2001 From: kridai Date: Thu, 7 May 2026 15:41:49 +0530 Subject: [PATCH 2/2] chore: update changes.md --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f15f2e842..18b6c59ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ twilio-python Changelog Here you can see the full list of changes between each twilio-python release. +[2026-05-07] Version 9.10.7 +--------------------------- +**Library - Chore** +- [PR #922](https://github.com/twilio/twilio-python/pull/922): add init for knowledge. Thanks to [@kridai](https://github.com/kridai)! + [2026-05-06] Version 9.10.6 --------------------------- **Library - Chore**