diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index c718c6fe..c0932563 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 66fb0077..384e9c1c 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 56441f9d..a1304a17 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