Skip to content

Commit c7809c5

Browse files
committed
version 1.5.3
1 parent 1a60b08 commit c7809c5

File tree

5 files changed

+16081
-94268
lines changed

5 files changed

+16081
-94268
lines changed

docs/v1/accounting/index.html

Lines changed: 16077 additions & 94264 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ def read_file(filename):
4848
keywords="xero python sdk API oAuth",
4949
name="xero_python",
5050
packages=find_packages(include=["xero_python", "xero_python.*"]),
51-
version="1.5.3b1",
51+
version="1.5.3",
5252
)

xero_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Xero Developer API"""
44
__email__ = "[email protected]"
5-
__version__ = "1.5.3b1"
5+
__version__ = "1.5.3"

xero_python/api_client/oauth2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def refresh_token(self, refresh_token, scope):
5050
)
5151
# todo validate response is json
5252
return self.parse_token_response(response)
53-
53+
5454
def revoke_token(self, refresh_token):
5555
"""
5656
Call xero identity API to revoke access tokens and remove all a user's connections using refresh token

xero_python/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These endpoints are related to managing authentication tokens and identity for X
44
The `xero_python` package is automatically generated by the [XeroAPI SDK 2.0 Codegen](https://github.com/xero-github/xeroapi-sdk-codegen) project:
55

66
- API version: 2.10.4
7-
- Package version: 1.5.3b1
7+
- Package version: 1.5.3
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [https://developer.xero.com](https://developer.xero.com)
1010

0 commit comments

Comments
 (0)