Skip to content

Commit

Permalink
Merge pull request #7 from pinterest/release/0.1.0
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
t20 authored Oct 12, 2022
2 parents 1e4ee77 + 7ec3f05 commit 74adc72
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## WIP NOTICE: This is WIP software and may have bugs and can be removed without previous notice. It is intended for qualified beta testers only and must not be used in production systems.
## BETA NOTICE: This is BETA software and may have bugs and can be removed without previous notice. It is intended for qualified beta testers only and must not be used in production systems.

# Pinterest Generated Client
Pinterest's REST API

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 5.6.0
- Package version: 0.1.3-wip
- Package version: 0.1.0
- 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 pinterest/generated/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "0.1.3-wip"
__version__ = "0.1.0"

# import ApiClient
from pinterest.generated.client.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion pinterest/generated/client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'pins-generated-client/python/0.1.3-wip'
self.user_agent = 'pins-generated-client/python/0.1.0'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion pinterest/generated/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.6.0\n"\
"SDK Package Version: 0.1.3-wip".\
"SDK Package Version: 0.1.0".\
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 @@ -12,7 +12,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "Pinterest Generated Client"
VERSION = "0.1.3-wip"
VERSION = "0.1.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 74adc72

Please sign in to comment.