Skip to content

Commit d5a1fe1

Browse files
committed
fixes conflicts for real this time
1 parent 23da784 commit d5a1fe1

File tree

6 files changed

+44195
-36810
lines changed

6 files changed

+44195
-36810
lines changed

docs/v1/accounting/index.html

Lines changed: 44195 additions & 36789 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +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-
<<<<<<< HEAD
5251
version="1.8.0",
53-
=======
54-
version="1.7.0",
55-
>>>>>>> master
5652
)

xero_python/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22

33
__author__ = """Xero Developer API"""
44
__email__ = "[email protected]"
5-
<<<<<<< HEAD
65
__version__ = "1.8.0"
7-
=======
8-
__version__ = "1.7.0"
9-
>>>>>>> master

xero_python/accounting/api/accounting_api.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
"""
1111

1212
"""
13-
<<<<<<< HEAD
1413
OpenAPI spec version: 2.13.4
15-
=======
16-
OpenAPI spec version: 2.13.2
17-
>>>>>>> master
1814
"""
1915

2016
import importlib

xero_python/assets/api/asset_api.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
"""
1111

1212
"""
13-
<<<<<<< HEAD
1413
OpenAPI spec version: 2.13.4
15-
=======
16-
OpenAPI spec version: 2.13.2
17-
>>>>>>> master
1814
"""
1915

2016
import importlib

xero_python/docs/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ These endpoints are related to managing authentication tokens and identity for X
33

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

6-
<<<<<<< HEAD
76
- API version: 2.13.4
87
- Package version: 1.8.0
9-
=======
10-
- API version: 2.13.2
11-
- Package version: 1.7.0
12-
>>>>>>> master
138
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
149
For more information, please visit [https://developer.xero.com](https://developer.xero.com)
1510

0 commit comments

Comments
 (0)