File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59765976 <nav id="scrollingNav">
59775977 <ul class="sidenav nav nav-list">
59785978 <li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
5979- <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>1.11.0b1 </li>
5979+ <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>1.11.0 </li>
59805980 <li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
59815981 <li data-group="Accounting" data-name="createAccount" class="">
59825982 <a href="#api-Accounting-createAccount">createAccount</a>
Original file line number Diff line number Diff 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.11.0b1 " ,
51+ version = "1.11.0 " ,
5252)
Original file line number Diff line number Diff line change 22
33__author__ = """Xero Developer API"""
445- __version__ = "1.11.0b1 "
5+ __version__ = "1.11.0 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ These endpoints are related to managing authentication tokens and identity for X
44The ` 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.17.2
7- - Package version: 1.11.0b1
7+ - Package version: 1.11.0
88- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99For more information, please visit [ https://developer.xero.com ] ( https://developer.xero.com )
1010
You can’t perform that action at this time.
0 commit comments