Skip to content

Commit 0a8fbe7

Browse files
committed
builds latest from OAS 2.13.4
1 parent 9834af0 commit 0a8fbe7

35 files changed

+2101
-732
lines changed

docs/v1/accounting/index.html

Lines changed: 819 additions & 409 deletions
Large diffs are not rendered by default.

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

xero_python/accounting/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
from xero_python.accounting.models.bill import Bill
4545
from xero_python.accounting.models.branding_theme import BrandingTheme
4646
from xero_python.accounting.models.branding_themes import BrandingThemes
47+
from xero_python.accounting.models.budget import Budget
48+
from xero_python.accounting.models.budget_balance import BudgetBalance
49+
from xero_python.accounting.models.budget_line import BudgetLine
50+
from xero_python.accounting.models.budgets import Budgets
4751
from xero_python.accounting.models.cis_org_setting import CISOrgSetting
4852
from xero_python.accounting.models.cis_org_settings import CISOrgSettings
4953
from xero_python.accounting.models.cis_setting import CISSetting

0 commit comments

Comments
 (0)