From b1b3f08294dbde519f4c52a23288d8977ab38a4a Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 24 Aug 2023 10:10:17 +0000 Subject: [PATCH] Deploying from phrase/openapi@ad362e22 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- phrase_api/__init__.py | 2 +- phrase_api/api_client.py | 2 +- phrase_api/configuration.py | 2 +- setup.py | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1501f..9394352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/phrase/openapi/compare/python-v1.10.0...python-v1.11.0) (2023-08-24) + + +### Features + +* **API:** Introduce comment replies endpoints ([#383](https://github.com/phrase/openapi/issues/383)) ([71351ac](https://github.com/phrase/openapi/commit/71351ac285f4f49976092e176c77b09f3485eb65)) + ## [1.10.0](https://github.com/phrase/openapi/compare/python-v1.9.1...python-v1.10.0) (2023-08-22) diff --git a/README.md b/README.md index e3d1a03..855a199 100644 --- a/README.md +++ b/README.md @@ -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.10.0 +- Package version: 1.11.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/) diff --git a/phrase_api/__init__.py b/phrase_api/__init__.py index fea6de6..8890ea1 100644 --- a/phrase_api/__init__.py +++ b/phrase_api/__init__.py @@ -13,7 +13,7 @@ from __future__ import absolute_import -__version__ = "1.10.0" +__version__ = "1.11.0" # import apis into sdk package from phrase_api.api.accounts_api import AccountsApi diff --git a/phrase_api/api_client.py b/phrase_api/api_client.py index 3e45ac1..fbde238 100644 --- a/phrase_api/api_client.py +++ b/phrase_api/api_client.py @@ -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.10.0/python' + self.user_agent = 'OpenAPI-Generator/1.11.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/phrase_api/configuration.py b/phrase_api/configuration.py index 7fff247..cd79286 100644 --- a/phrase_api/configuration.py +++ b/phrase_api/configuration.py @@ -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.10.0".\ + "SDK Package Version: 1.11.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/setup.py b/setup.py index e3842b5..06ec3a7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "phrase-api" -VERSION = "1.10.0" +VERSION = "1.11.0" # To install the library, run the following # # python setup.py install