Skip to content

Commit da5baf3

Browse files
authored
MSAL Python 1.6.0
Bump version number, and document the version of new API
1 parent c37f36b commit da5baf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

msal/application.py

Lines changed: 3 additions & 3 deletions
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.1"
24+
__version__ = "1.6.0"
2525

2626
logger = logging.getLogger(__name__)
2727

@@ -131,8 +131,8 @@ def __init__(
131131
{
132132
"private_key": "...-----BEGIN PRIVATE KEY-----...",
133133
"thumbprint": "A1B2C3D4E5F6...",
134-
"public_certificate": "...-----BEGIN CERTIFICATE-----..." (Optional. See below.)
135-
"passphrase": "Passphrase if the private_key is encrypted (Optional)"
134+
"public_certificate": "...-----BEGIN CERTIFICATE-----... (Optional. See below.)",
135+
"passphrase": "Passphrase if the private_key is encrypted (Optional. Added in version 1.6.0)",
136136
}
137137
138138
*Added in version 0.5.0*:

0 commit comments

Comments
 (0)