Skip to content

Commit 920347a

Browse files
committed
change version number to 1.8.0
1 parent 0a8fbe7 commit 920347a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/v1/accounting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5930,7 +5930,7 @@
59305930
<nav id="scrollingNav">
59315931
<ul class="sidenav nav nav-list">
59325932
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
5933-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>1.8.0b2</li>
5933+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>1.8.0</li>
59345934
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
59355935
<li data-group="Accounting" data-name="createAccount" class="">
59365936
<a href="#api-Accounting-createAccount">createAccount</a>

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.8.0b2",
51+
version="1.8.0",
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.8.0b2"
5+
__version__ = "1.8.0"

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.13.4
7-
- Package version: 1.8.0b2
7+
- Package version: 1.8.0
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)