We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2333d0a commit 403fed5Copy full SHA for 403fed5
msal/application.py
@@ -21,7 +21,7 @@
21
22
23
# The __init__.py will import this. Not the other way around.
24
-__version__ = "1.28.1" # When releasing, also check and bump our dependencies's versions if needed
+__version__ = "1.29.0" # When releasing, also check and bump our dependencies's versions if needed
25
26
logger = logging.getLogger(__name__)
27
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
0 commit comments