chore: bump version number to 1.2.1

PiperOrigin-RevId: 767338013
This commit is contained in:
Selcuk Gun
2025-06-04 16:51:05 -07:00
committed by Copybara-Service
parent 068df04bce
commit 78bfce4d89
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [1.2.1](https://github.com/google/adk-python/compare/v1.2.0...v1.2.1) (2025-06-04)
### Bug Fixes
* Import deprecated from typing_extensions ([068df04](https://github.com/google/adk-python/commit/068df04bcef694725dd36e09f4476b5e67f1b456))
## [1.2.0](https://github.com/google/adk-python/compare/v1.1.1...v1.2.0) (2025-06-04)
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "1.2.0"
__version__ = "1.2.1"