diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 332e80c0..c2518b35 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.1](https://github.com/phrase/openapi/compare/python-v2.6.0...python-v2.6.1) (2024-11-25) + + +### Bug Fixes + +* **API:** Comment creation schema fix #STRINGS-866 ([#718](https://github.com/phrase/openapi/issues/718)) ([e201d13](https://github.com/phrase/openapi/commit/e201d1360c89698dd8d3642cc28f89dd0e50a1fb)) + ## [2.6.0](https://github.com/phrase/openapi/compare/python-v2.5.0...python-v2.6.0) (2024-11-20) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index fa976251..75de7b92 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: 2.6.0 +packageVersion: 2.6.1 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 511dd516..2f8909f1 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "2.6.0" + ".": "2.6.1" } \ No newline at end of file