Skip to content

Commit

Permalink
Merge pull request #478 from AzureAD/release-1.18.0
Browse files Browse the repository at this point in the history
Merge MSAL Python 1.18.0 back to dev
  • Loading branch information
rayluo authored May 31, 2022
2 parents 57bd80a + 5d1d6c6 commit db3f1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.18.0b1" # When releasing, also check and bump our dependencies's versions if needed
__version__ = "1.18.0" # When releasing, also check and bump our dependencies's versions if needed

logger = logging.getLogger(__name__)
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
Expand Down

0 comments on commit db3f1cd

Please sign in to comment.