diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 2f89843b..c2c541e3 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.25.0](https://github.com/phrase/strings-openapi/compare/python-v3.24.0...python-v3.25.0) (2026-06-19) + + +### Features + +* **API:** add name field to repo sync schema and create endpoint ([#1203](https://github.com/phrase/strings-openapi/issues/1203)) ([ed5dabd](https://github.com/phrase/strings-openapi/commit/ed5dabdc5483e98ac3742466272e9de2f7949a56)) +* **API:** include review_due_date in job responses ([#1205](https://github.com/phrase/strings-openapi/issues/1205)) ([649d5ab](https://github.com/phrase/strings-openapi/commit/649d5ab6001f46f8c785d8d73cb13ac2062d179b)) + + +### Bug Fixes + +* **API:** improve get /formats documentation ([#1196](https://github.com/phrase/strings-openapi/issues/1196)) ([46fd53b](https://github.com/phrase/strings-openapi/commit/46fd53bda361a5b928147ab965515c29dbf887d3)) + ## [3.24.0](https://github.com/phrase/strings-openapi/compare/python-v3.23.0...python-v3.24.0) (2026-06-11) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index c50b5b37..e79f85b3 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.24.0 +packageVersion: 3.25.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 d6f5f39e..b0c3aa56 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.24.0" + ".": "3.25.0" } \ No newline at end of file