diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 8bdc9842..ccd51564 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.14.0](https://github.com/phrase/openapi/compare/python-v3.13.0...python-v3.14.0) (2025-12-11) + + +### Features + +* **API:** Add create comparison endpoint for branches [SCD-549] ([#966](https://github.com/phrase/openapi/issues/966)) ([4099e32](https://github.com/phrase/openapi/commit/4099e32d42744f9d73346077ef30b0f4bd5c849e)) + ## [3.13.0](https://github.com/phrase/openapi/compare/python-v3.12.1...python-v3.13.0) (2025-12-09) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 2efbedea..a2889ce4 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.13.0 +packageVersion: 3.14.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 82f5ad97..75e8a660 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.13.0" + ".": "3.14.0" } \ No newline at end of file