From ff5d6d899ccef42bdc73aec519c52ffd8828324a Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 3 Nov 2023 15:11:35 +0100 Subject: [PATCH] chore(master): release python 1.17.0 --- clients/python/CHANGELOG.md | 7 +++++++ openapi-generator/python_lang.yaml | 2 +- release-please/manifest-python.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 781a1fdcd..7f13fe63a 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.0](https://github.com/phrase/openapi/compare/python-v1.16.0...python-v1.17.0) (2023-11-03) + + +### Features + +* [TSI-2083] enable format_options argument for java-client ([#426](https://github.com/phrase/openapi/issues/426)) ([faa8cb3](https://github.com/phrase/openapi/commit/faa8cb353ba9f1030b9f7cfd46b894b4d6d26e70)) + ## [1.16.0](https://github.com/phrase/openapi/compare/python-v1.15.0...python-v1.16.0) (2023-10-30) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index a5b327b3f..96a7ac935 100644 --- a/openapi-generator/python_lang.yaml +++ b/openapi-generator/python_lang.yaml @@ -3,7 +3,7 @@ generatorName: python outputDir: clients/python packageName: phrase_api projectName: phrase-api -packageVersion: 1.16.0 +packageVersion: 1.17.0 packageUrl: https://github.com/phrase/phrase-python gitUserId: phrase gitRepoId: phrase-python diff --git a/release-please/manifest-python.json b/release-please/manifest-python.json index bc845f32a..6a197bef5 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "1.17.0" } \ No newline at end of file