Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Oct 21, 2021
1 parent 0392c42 commit e0896b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion msal_requests_auth/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1.dev0"
__version__ = "0.4.0"
3 changes: 3 additions & 0 deletions msal_requests_auth/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class SimpleTokenCache(SerializableTokenCache):
"""
Provides a simple token cache for users to
persist the cache across sessions.
.. versionadded:: 0.4.0
"""

def __init__(self, cache_file: Union[str, os.PathLike, None] = None):
Expand Down

0 comments on commit e0896b5

Please sign in to comment.