Skip to content

Commit

Permalink
MNT: Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Mar 1, 2024
1 parent aed9857 commit 5ea527e
Show file tree
Hide file tree
Showing 2 changed files with 3 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.7.3.dev0"
__version__ = "0.8.0"
2 changes: 2 additions & 0 deletions msal_requests_auth/auth/base_auth_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_access_token(self) -> Dict[str, str]:
"""
Retrieves the token dictionary from Azure AD.
.. versionadded:: 0.8.0
Returns
-------
dict
Expand Down

0 comments on commit 5ea527e

Please sign in to comment.