From d54364178f2b8c86d88115a88375fa6f6c9f6c2c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 14 May 2020 20:13:42 -0700 Subject: 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. --- python_openapi_client/fatcat_openapi_client/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python_openapi_client/fatcat_openapi_client/api_client.py') diff --git a/python_openapi_client/fatcat_openapi_client/api_client.py b/python_openapi_client/fatcat_openapi_client/api_client.py index 12cb98ca..d156560a 100644 --- a/python_openapi_client/fatcat_openapi_client/api_client.py +++ b/python_openapi_client/fatcat_openapi_client/api_client.py @@ -77,7 +77,7 @@ class ApiClient(object): self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/0.3.1/python' + self.user_agent = 'OpenAPI-Generator/0.3.2/python' def __del__(self): if self._pool: -- cgit v1.2.3