diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 3ee6187e..b4a931e5 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.12.0](https://github.com/phrase/openapi/compare/python-v3.11.0...python-v3.12.0) (2025-10-27) + + +### Features + +* **API:** Support omit_translation_keys param in Jobs#show ([#944](https://github.com/phrase/openapi/issues/944)) ([690a2ce](https://github.com/phrase/openapi/commit/690a2ce992359e7920367699145d2d4ff3a206fa)) + ## [3.11.0](https://github.com/phrase/openapi/compare/python-v3.10.0...python-v3.11.0) (2025-10-23) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index c0c10483..7f79765b 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.11.0 +packageVersion: 3.12.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 940f2ca3..faa0df4e 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.11.0" + ".": "3.12.0" } \ No newline at end of file