Skip to content

Commit 3107f91

Browse files
authored
Merge pull request #127 from XeroAPI/xero-python-1.27.0
fixes sdk version in setup files and docs
2 parents 27518a7 + d3040df commit 3107f91

File tree

13 files changed

+8770
-1336
lines changed

13 files changed

+8770
-1336
lines changed

bin/post-generation-hook.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ PATH=${PROJECT_ROOT}/venv/Scripts:$PATH # expects python environment in venv/
66
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; }
77
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; }
88
cd "${PROJECT_ROOT}" && black xero_python && flake8 xero_python
9-
python bin/get_yaml_value.py "${1}" "${2}" | xargs python bin/bumpversion.py
9+
10+
# python bin/get_yaml_value.py "${1}" "packageVersion" | xargs python ./bin/bumpversion.py
11+
12+
python ./bin/bumpversion.py $2

docs/v1/accounting/index.html

Lines changed: 4812 additions & 1153 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)