Skip to content

Commit

Permalink
Deploying from phrase/openapi@cfd29ee4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Oct 23, 2023
1 parent aec9136 commit 29379b3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.15.0](https://github.com/phrase/openapi/compare/python-v1.14.1...python-v1.15.0) (2023-10-23)


### Features

* **API:** Add order param to comment list endpoints ([#441](https://github.com/phrase/openapi/issues/441)) ([441c9c4](https://github.com/phrase/openapi/commit/441c9c46169f8c5ac4e71ade09a95dab136314ef))

## [1.14.1](https://github.com/phrase/openapi/compare/python-v1.14.0...python-v1.14.1) (2023-10-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Phrase Strings is a translation management platform for software projects. You c
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0.0
- Package version: 1.14.1
- Package version: 1.15.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)

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

from __future__ import absolute_import

__version__ = "1.14.1"
__version__ = "1.15.0"

# import apis into sdk package
from phrase_api.api.accounts_api import AccountsApi
Expand Down
2 changes: 1 addition & 1 deletion phrase_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 = 'OpenAPI-Generator/1.14.1/python'
self.user_agent = 'OpenAPI-Generator/1.15.0/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion phrase_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.0.0\n"\
"SDK Package Version: 1.14.1".\
"SDK Package Version: 1.15.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 = "phrase-api"
VERSION = "1.14.1"
VERSION = "1.15.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 29379b3

Please sign in to comment.