Skip to content

Commit

Permalink
Merge pull request #2 from XeroAPI/sid-development
Browse files Browse the repository at this point in the history
update with version 2.1.6 of OpenAPI spec
  • Loading branch information
SidneyAllen authored May 27, 2020
2 parents cc6b476 + 1ca622e commit 52f1ec2
Show file tree
Hide file tree
Showing 136 changed files with 1,500 additions and 661 deletions.
2 changes: 1 addition & 1 deletion bin/post-generation-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SCRIPT_DIR=$(dirname "$0")
PROJECT_ROOT=$(realpath "${SCRIPT_DIR}/..") # expects script in bin/
PATH=$PATH:${PROJECT_ROOT}/venv/bin # expects python environment in venv/
PATH=${PROJECT_ROOT}/venv/bin:$PATH # expects python environment in venv/
command -v black >/dev/null 2>&1 || { echo >&2 "'black' required, but not found. Please read 'Local installation' section in ${PROJECT_ROOT}/CONTRIBUTING.md file. Aborting."; exit 1; }
command -v flake8 >/dev/null 2>&1 || { echo >&2 "'flake8' required, but not found. Please read 'Local installation' section in ${PROJECT_ROOT}/CONTRIBUTING.md file. Aborting."; exit 1; }
cd "${PROJECT_ROOT}" && black xero_python && flake8 xero_python
Expand Down
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="0.2.1",
version="0.2.2",
)
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__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion xero_python/accounting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
OpenAPI spec version: 2.1.2
OpenAPI spec version: 2.1.6
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
Loading

0 comments on commit 52f1ec2

Please sign in to comment.