Skip to content

Commit f006ca1

Browse files
authored
Merge pull request #621 from AzureAD/release-1.25.0
Release 1.25.0
2 parents 9c124b5 + 1666d85 commit f006ca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

msal/application.py

Lines changed: 3 additions & 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.24.1" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.25.0" # When releasing, also check and bump our dependencies's versions if needed
2929

3030
logger = logging.getLogger(__name__)
3131
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
@@ -1771,6 +1771,8 @@ def __init__(self, client_id, client_credential=None, **kwargs):
17711771
:param boolean enable_broker_on_windows:
17721772
This setting is only effective if your app is running on Windows 10+.
17731773
This parameter defaults to None, which means MSAL will not utilize a broker.
1774+
1775+
New in MSAL Python 1.25.0.
17741776
"""
17751777
if client_credential is not None:
17761778
raise ValueError("Public Client should not possess credentials")

0 commit comments

Comments
 (0)