We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdd63f commit 44ce71bCopy full SHA for 44ce71b
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.0a1" # 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