diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 5c89ef2a..71a419fa 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.15.1](https://github.com/phrase/strings-openapi/compare/python-v3.15.0...python-v3.15.1) (2026-01-16) + + +### Bug Fixes + +* **API:** Add linked_translation to translation type ([#1005](https://github.com/phrase/strings-openapi/issues/1005)) ([b18e64c](https://github.com/phrase/strings-openapi/commit/b18e64c948d40a9e5f996e8fdf6dee07d1812b02)) + ## [3.15.0](https://github.com/phrase/openapi/compare/python-v3.14.0...python-v3.15.0) (2026-01-09) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 4c73fb96..7ecb2ec0 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.15.0 +packageVersion: 3.15.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 4336a6cb..85b75780 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.15.0" + ".": "3.15.1" } \ No newline at end of file