Skip to content

Commit 50bf967

Browse files
committed
MSAL EX for Python 1.0.0
1 parent 6b904af commit 50bf967

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

msal_extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Provides auxiliary functionality to the `msal` package."""
2-
__version__ = "0.3.1"
2+
__version__ = "1.0.0"
33

44
from .persistence import (
55
FilePersistence,

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ license = MIT
88
project_urls = Changelog = https://github.com/AzureAD/microsoft-authentication-extensions-for-python/releases
99
classifiers =
1010
License :: OSI Approved :: MIT License
11-
Development Status :: 4 - Beta
11+
Development Status :: 5 - Production/Stable
12+
description = Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.

0 commit comments

Comments
 (0)