Skip to content

Commit 497b28c

Browse files
committed
regenrated
1 parent 1fcea9c commit 497b28c

File tree

479 files changed

+25464
-17556
lines changed

Some content is hidden

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

479 files changed

+25464
-17556
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.8.1",
51+
version="1.9.0b1",
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.1"
5+
__version__ = "1.9.0b1"

xero_python/accounting/__init__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
from xero_python.accounting.models.action import Action
2626
from xero_python.accounting.models.actions import Actions
2727
from xero_python.accounting.models.address import Address
28-
from xero_python.accounting.models.address_for_organisation import AddressForOrganisation
28+
from xero_python.accounting.models.address_for_organisation import (
29+
AddressForOrganisation,
30+
)
2931
from xero_python.accounting.models.allocation import Allocation
3032
from xero_python.accounting.models.allocations import Allocations
3133
from xero_python.accounting.models.attachment import Attachment
@@ -75,7 +77,9 @@
7577
from xero_python.accounting.models.import_summary import ImportSummary
7678
from xero_python.accounting.models.import_summary_accounts import ImportSummaryAccounts
7779
from xero_python.accounting.models.import_summary_object import ImportSummaryObject
78-
from xero_python.accounting.models.import_summary_organisation import ImportSummaryOrganisation
80+
from xero_python.accounting.models.import_summary_organisation import (
81+
ImportSummaryOrganisation,
82+
)
7983
from xero_python.accounting.models.invoice import Invoice
8084
from xero_python.accounting.models.invoice_reminder import InvoiceReminder
8185
from xero_python.accounting.models.invoice_reminders import InvoiceReminders

xero_python/accounting/api/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
# import apis into api package
44
from xero_python.accounting.api.accounting_api import AccountingApi
5-

0 commit comments

Comments
 (0)