Skip to content

Commit e2e48d9

Browse files
committed
MSAL 1.24.0b1
1 parent fea7ea9 commit e2e48d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

+1-1
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.23.0" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.24.0b1" # 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)