File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
openapi_generated/pinterest_client Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Pinterest's REST API
66This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
77
88- API version: 5.7.0
9- - Package version: 0.1.4
9+ - Package version: 0.1.5
1010- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111For more information, please visit [ https://developers.pinterest.com/ ] ( https://developers.pinterest.com/ )
1212
Original file line number Diff line number Diff line change 1111"""
1212
1313
14- __version__ = "0.1.4 "
14+ __version__ = "0.1.5 "
1515
1616# import ApiClient
1717from openapi_generated .pinterest_client .api_client import ApiClient
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ def to_debug_report(self):
419419 "OS: {env}\n " \
420420 "Python Version: {pyversion}\n " \
421421 "Version of the API: 5.7.0\n " \
422- "SDK Package Version: 0.1.4 " .\
422+ "SDK Package Version: 0.1.5 " .\
423423 format (env = sys .platform , pyversion = sys .version )
424424
425425 def get_host_settings (self ):
Original file line number Diff line number Diff line change 1313from pathlib import Path
1414
1515NAME = "Pinterest Generated Client"
16- VERSION = "0.1.4 "
16+ VERSION = "0.1.5 "
1717# To install the library, run the following
1818#
1919# python setup.py install
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ generatorStability: STABLE
33generatorType : CLIENT
44generatorLanguage : python
55inputSpec : openapi.yaml
6- packageVersion : 0.1.4
6+ packageVersion : 0.1.5
77projectName : Pinterest Generated Client
88templateDir : templates
99packageName : openapi_generated.pinterest_client
You can’t perform that action at this time.
0 commit comments