Skip to content

Commit

Permalink
Fix: Refresh token variable bug fix (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh authored Dec 1, 2023
1 parent 5aca376 commit 465faab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dynamics/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ def refresh_token(self):
Get the refresh_token property.
:return: Refresh token
"""
return self._refresh_token
return self.__refresh_token
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='ms-dynamics-business-central-sdk',
version='1.3.0',
version='1.3.1',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Python SDK for accessing Dynamics APIs',
Expand Down

0 comments on commit 465faab

Please sign in to comment.