Skip to content

Commit bf27fc6

Browse files
committed
MSAL Python 1.31.2b1
1 parent 388b86d commit bf27fc6

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
@@ -21,7 +21,7 @@
2121

2222

2323
# The __init__.py will import this. Not the other way around.
24-
__version__ = "1.31.1" # When releasing, also check and bump our dependencies's versions if needed
24+
__version__ = "1.31.2b1" # When releasing, also check and bump our dependencies's versions if needed
2525

2626
logger = logging.getLogger(__name__)
2727
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"

0 commit comments

Comments
 (0)