Skip to content

Commit

Permalink
Merge pull request #54 from XeroAPI/add_budgets_fix_reports_and_updat…
Browse files Browse the repository at this point in the history
…e_from_spec

Reports / Budgets / Spec updates
  • Loading branch information
SerKnight authored Jun 18, 2021
2 parents 22c322c + 7bd2030 commit d243195
Show file tree
Hide file tree
Showing 32 changed files with 1,772 additions and 601 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ xeroapi-sdk-codegen/
# test specific configuration files
/tests/oauth2_client.py
/tests/oauth2_token.py
.build_notes.md
919 changes: 650 additions & 269 deletions docs/v1/accounting/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ def read_file(filename):
keywords="xero python sdk API oAuth",
name="xero_python",
packages=find_packages(include=["xero_python", "xero_python.*"]),
version="1.6.0",
version="1.7.0",
)
2 changes: 1 addition & 1 deletion xero_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Xero Developer API"""
__email__ = "[email protected]"
__version__ = "1.6.0"
__version__ = "1.7.0"
3 changes: 3 additions & 0 deletions xero_python/accounting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
from xero_python.accounting.models.bill import Bill
from xero_python.accounting.models.branding_theme import BrandingTheme
from xero_python.accounting.models.branding_themes import BrandingThemes
from xero_python.accounting.models.budget import Budget
from xero_python.accounting.models.budget_lines import BudgetLines
from xero_python.accounting.models.budgets import Budgets
from xero_python.accounting.models.cis_org_setting import CISOrgSetting
from xero_python.accounting.models.cis_org_settings import CISOrgSettings
from xero_python.accounting.models.cis_setting import CISSetting
Expand Down
Loading

0 comments on commit d243195

Please sign in to comment.