Skip to content

Commit 89558c0

Browse files
authored
Merge pull request #26 from XeroAPI/sid-development
Build from version 2.3.4 of OAS
2 parents 35b62a9 + c8f548a commit 89558c0

File tree

339 files changed

+1156
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+1156
-345
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read_file(filename):
2929
author_email="[email protected]",
3030
python_requires=">=3.5",
3131
classifiers=[
32-
"Development Status :: 2 - Pre-Alpha",
32+
"Development Status :: 4 - Beta",
3333
"Intended Audience :: Developers",
3434
"License :: OSI Approved :: MIT License",
3535
"Natural Language :: English",
@@ -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.0.11",
51+
version="1.0.12",
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.0.11"
5+
__version__ = "1.0.12"

xero_python/accounting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
99
10-
OpenAPI spec version: 2.3.3
10+
OpenAPI spec version: 2.3.4
1111
1212
Generated by: https://openapi-generator.tech
1313
"""

0 commit comments

Comments
 (0)