Skip to content

Commit 545e856

Browse files
authored
Merge pull request #504 from AzureAD/release-1.20.0
Merge Release 1.20.0 back to dev
2 parents 97af2b3 + a044c32 commit 545e856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
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.20.0b1" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.20.0" # When releasing, also check and bump our dependencies's versions if needed
2929

3030
logger = logging.getLogger(__name__)
3131
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"

msal/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# PyMsalRuntime currently supports these Windows versions, listed in this MSFT internal link
2525
# https://github.com/AzureAD/microsoft-authentication-library-for-cpp/pull/2406/files
2626
raise ImportError( # TODO: Remove or adjust this line right before merging this PR
27-
'You need to install dependency by: pip install "msal[broker]>=1.20.0b1,<2"')
27+
'You need to install dependency by: pip install "msal[broker]>=1.20,<2"')
2828
# It could throw RuntimeError when running on ancient versions of Windows
2929

3030

0 commit comments

Comments
 (0)