Skip to content

Commit 21a625c

Browse files
committed
Preparing MSAL Python 1.27.0 beta release(s)
1 parent 77f64f4 commit 21a625c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msal/application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
# The __init__.py will import this. Not the other way around.
28-
__version__ = "1.26.0" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.27.0b2" # When releasing, also check and bump our dependencies's versions if needed
2929

3030
logger = logging.getLogger(__name__)
3131
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
@@ -1782,7 +1782,7 @@ def __init__(self, client_id, client_credential=None, **kwargs):
17821782
if your app is expected to run on Mac
17831783
17841784
2. installed broker dependency,
1785-
e.g. ``pip install msal[broker]>=1.27.0b1,<2``.
1785+
e.g. ``pip install msal[broker]>=1.27.0b2,<2``.
17861786
17871787
3. tested with ``acquire_token_interactive()`` and ``acquire_token_silent()``.
17881788

0 commit comments

Comments
 (0)