Skip to content

Commit 57236a2

Browse files
authored
MSAL Python 1.2.0
Bump version number
1 parent 7856e8a commit 57236a2

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
@@ -19,7 +19,7 @@
1919

2020

2121
# The __init__.py will import this. Not the other way around.
22-
__version__ = "1.1.0"
22+
__version__ = "1.2.0"
2323

2424
logger = logging.getLogger(__name__)
2525

0 commit comments

Comments
 (0)