Skip to content

Commit ece1fe1

Browse files
authored
Merge pull request #268 from AzureAD/release-1.5.1
Merge MSAL Python 1.5.1 back to dev branch
2 parents 93c4c79 + 68e5af4 commit ece1fe1

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.5.0"
24+
__version__ = "1.5.1"
2525

2626
logger = logging.getLogger(__name__)
2727

0 commit comments

Comments
 (0)