Skip to content

Commit

Permalink
Preparing MSAL Python 1.27.0 beta release(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Dec 9, 2023
1 parent 77f64f4 commit 21a625c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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()``.
Expand Down

0 comments on commit 21a625c

Please sign in to comment.