Skip to content

Commit c8f548a

Browse files
committed
Build from version 2.3.4
https://github.com/XeroAPI/Xero-OpenAPI/releases/tag/2.3.4 ACCOUNTING Added following operations for Accounting OpenAPI spec: getPurchaseOrdersAttachments getPurchaseOrder≠AttachmentByFileName updatePurchaseOrderAttachmentByFileName createPurchaseOrderAttachmentByFileName NZ PAYROLL Add x-is-money vendor extension for double values that are currency AU PAYROLL Make EmployeeID not req. for Tax Declaration
1 parent 9012b77 commit c8f548a

File tree

339 files changed

+1155
-344
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

+1155
-344
lines changed

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.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)