diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 72de2149..3c8cf374 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.25.1](https://github.com/phrase/strings-openapi/compare/python-v3.25.0...python-v3.25.1) (2026-06-29) + + +### Bug Fixes + +* **API:** improve delete /projects/{project_id}/keys/{id}/key_links documentation ([#1193](https://github.com/phrase/strings-openapi/issues/1193)) ([b0b2e3f](https://github.com/phrase/strings-openapi/commit/b0b2e3f03407fb59dff1fd6004cf77d7a0aab503)) +* **API:** improve delete /projects/{project_id}/keys/{id}/key_links/{child_key_id} documentation ([#1194](https://github.com/phrase/strings-openapi/issues/1194)) ([c0055b4](https://github.com/phrase/strings-openapi/commit/c0055b46575dfdaec95ee6e13f59b68015493f8b)) + ## [3.25.0](https://github.com/phrase/strings-openapi/compare/python-v3.24.0...python-v3.25.0) (2026-06-25) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index e79f85b3..fe6b92b5 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.25.0 +packageVersion: 3.25.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 b0c3aa56..ca72eaa3 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.25.0" + ".": "3.25.1" } \ No newline at end of file