From b8ff2e4da2d78636e5daaf8b59977a3bd9ebad18 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Tue, 31 Jan 2023 09:30:04 -0800 Subject: [PATCH] MSAL Python 1.21.0 --- msal/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/application.py b/msal/application.py index 62ba4b5c..e024252c 100644 --- a/msal/application.py +++ b/msal/application.py @@ -25,7 +25,7 @@ # The __init__.py will import this. Not the other way around. -__version__ = "1.20.0" # When releasing, also check and bump our dependencies's versions if needed +__version__ = "1.21.0" # When releasing, also check and bump our dependencies's versions if needed logger = logging.getLogger(__name__) _AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"