From a16d7feb8a32905869dc03512b9057d55cd05bf5 Mon Sep 17 00:00:00 2001 From: Nilesh Choudhary Date: Thu, 17 Sep 2026 16:39:31 +0100 Subject: [PATCH] Bump MSAL version to 1.39.0 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- msal/sku.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/sku.py b/msal/sku.py index f3c7f97d..b4002eb7 100644 --- a/msal/sku.py +++ b/msal/sku.py @@ -2,5 +2,5 @@ """ # The __init__.py will import this. Not the other way around. -__version__ = "1.38.0" +__version__ = "1.39.0" SKU = "MSAL.Python"