Skip to content

Commit 7218aaf

Browse files
authored
Merge pull request #384 from AzureAD/release-1.13.0
Merge MSAL Python 1.13.0 back to dev branch
2 parents dd6d9a1 + f4c45d3 commit 7218aaf

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
@@ -23,7 +23,7 @@
2323

2424

2525
# The __init__.py will import this. Not the other way around.
26-
__version__ = "1.12.0"
26+
__version__ = "1.13.0"
2727

2828
logger = logging.getLogger(__name__)
2929

0 commit comments

Comments
 (0)