Skip to content

Commit 789342c

Browse files
authored
MSAL Python 1.20.0
Bumping version number
1 parent 97af2b3 commit 789342c

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.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"

0 commit comments

Comments
 (0)