diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-05-14 20:13:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-05-14 20:13:44 -0700 |
commit | d54364178f2b8c86d88115a88375fa6f6c9f6c2c (patch) | |
tree | 1bb7335db603d6900ee52efdedef5da24531bef6 /python_openapi_client/codegen_python_client.sh | |
parent | 228a9245ea3680e11164f58367310406402d306b (diff) | |
download | fatcat-d54364178f2b8c86d88115a88375fa6f6c9f6c2c.tar.gz fatcat-d54364178f2b8c86d88115a88375fa6f6c9f6c2c.zip |
version bump fatcat_openapi_client
This is to push a new package version to pypi with the newer codegen.
The immediate motivation for this is to fix keyword errors with "async"
parameters conflicting with "async" as a keyword in Python 3.7.
I guess that means this is probably actually a breaking change to the
python API, though not to the API itself? Hrm.
All the other changes are typo corrections from the fatcat-openapi2.yml
spec document.
Diffstat (limited to 'python_openapi_client/codegen_python_client.sh')
-rwxr-xr-x | python_openapi_client/codegen_python_client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python_openapi_client/codegen_python_client.sh b/python_openapi_client/codegen_python_client.sh index 80a7f698..0f70db74 100755 --- a/python_openapi_client/codegen_python_client.sh +++ b/python_openapi_client/codegen_python_client.sh @@ -20,7 +20,7 @@ docker run \ --input-spec /tmp/swagger/api.yml \ --output /tmp/swagger/ \ --package-name=fatcat_openapi_client \ - -p packageVersion="0.3.1" + -p packageVersion="0.3.2" sudo chown -R `whoami`:`whoami` $OUTPUT mkdir -p fatcat_openapi_client |