Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
This will be a cherry-picked patch on top of 1.24.0b1
  • Loading branch information
rayluo committed Sep 19, 2023
1 parent 291bd22 commit 9ad3fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal/application.py
Expand Up @@ -25,7 +25,7 @@


# The __init__.py will import this. Not the other way around.
__version__ = "1.24.0b1" # When releasing, also check and bump our dependencies's versions if needed
__version__ = "1.24.0b2" # When releasing, also check and bump our dependencies's versions if needed

logger = logging.getLogger(__name__)
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
Expand Down

0 comments on commit 9ad3fd7

Please sign in to comment.