From 48c7e421e6bb75e1548f45b54f485cfe7c338264 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Tue, 11 Nov 2025 17:12:02 +0900 Subject: [PATCH 1/2] Bump Python version to 1.37.2 for a release. --- python/semantic_kernel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/semantic_kernel/__init__.py b/python/semantic_kernel/__init__.py index 4ce566382ed3..77595ef9ca23 100644 --- a/python/semantic_kernel/__init__.py +++ b/python/semantic_kernel/__init__.py @@ -2,7 +2,7 @@ from semantic_kernel.kernel import Kernel -__version__ = "1.37.1" +__version__ = "1.37.2" DEFAULT_RC_VERSION = f"{__version__}-rc9" From b290e5c6b3158744d15871e4435fa98c679ac8a6 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Tue, 11 Nov 2025 18:36:34 +0900 Subject: [PATCH 2/2] bump to 1.38.0 for a feature release --- python/semantic_kernel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/semantic_kernel/__init__.py b/python/semantic_kernel/__init__.py index 77595ef9ca23..1e7ca0f301b5 100644 --- a/python/semantic_kernel/__init__.py +++ b/python/semantic_kernel/__init__.py @@ -2,7 +2,7 @@ from semantic_kernel.kernel import Kernel -__version__ = "1.37.2" +__version__ = "1.38.0" DEFAULT_RC_VERSION = f"{__version__}-rc9"