Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pinterest's REST API
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 5.7.0
- Package version: 0.1.4
- Package version: 0.1.5
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://developers.pinterest.com/](https://developers.pinterest.com/)

Expand Down
2 changes: 1 addition & 1 deletion openapi_generated/pinterest_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "0.1.4"
__version__ = "0.1.5"

# import ApiClient
from openapi_generated.pinterest_client.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion openapi_generated/pinterest_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 5.7.0\n"\
"SDK Package Version: 0.1.4".\
"SDK Package Version: 0.1.5".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pathlib import Path

NAME = "Pinterest Generated Client"
VERSION = "0.1.4"
VERSION = "0.1.5"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion spec/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generatorStability: STABLE
generatorType: CLIENT
generatorLanguage: python
inputSpec: openapi.yaml
packageVersion: 0.1.4
packageVersion: 0.1.5
projectName: Pinterest Generated Client
templateDir: templates
packageName: openapi_generated.pinterest_client
Expand Down