From 7d791615b5b0b5f17aad9c4d9b642b48eeac8d44 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 6 Jan 2025 09:41:11 +0100 Subject: [PATCH] chore(master): release python 3.0.2 (#761) --- 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 c718c6fe6..c09325632 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/phrase/openapi/compare/python-v3.0.1...python-v3.0.2) (2025-01-06) + + +### Bug Fixes + +* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78)) + ## [3.0.1](https://github.com/phrase/openapi/compare/python-v3.0.0...python-v3.0.1) (2024-12-20) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 66fb00775..384e9c1c0 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: 3.0.1 +packageVersion: 3.0.2 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 56441f9d3..a1304a172 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } \ No newline at end of file