From 21a625c195aa1d48bce04703fe67ff8e1c682077 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Fri, 8 Dec 2023 17:15:02 -0800 Subject: [PATCH] Preparing MSAL Python 1.27.0 beta release(s) --- msal/application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msal/application.py b/msal/application.py index c69a4be8..2901fabc 100644 --- a/msal/application.py +++ b/msal/application.py @@ -25,7 +25,7 @@ # The __init__.py will import this. Not the other way around. -__version__ = "1.26.0" # When releasing, also check and bump our dependencies's versions if needed +__version__ = "1.27.0b2" # When releasing, also check and bump our dependencies's versions if needed logger = logging.getLogger(__name__) _AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL" @@ -1782,7 +1782,7 @@ def __init__(self, client_id, client_credential=None, **kwargs): if your app is expected to run on Mac 2. installed broker dependency, - e.g. ``pip install msal[broker]>=1.27.0b1,<2``. + e.g. ``pip install msal[broker]>=1.27.0b2,<2``. 3. tested with ``acquire_token_interactive()`` and ``acquire_token_silent()``.