Skip to content

Commit eae0e25

Browse files
authored
Merge pull request #476 from AzureAD/release-1.18.0
Release 1.18.0
2 parents bc13dd4 + 5d1d6c6 commit eae0e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.18.0b1" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.18.0" # When releasing, also check and bump our dependencies's versions if needed
2929

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

0 commit comments

Comments
 (0)