diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 0f5192959..e19337c60 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.29.0](https://github.com/phrase/strings-openapi/compare/python-v3.28.0...python-v3.29.0) (2026-09-24) + + +### Features + +* **API:** add page/per_page params to repo_syncs list endpoint #STRINGS-3518 ([#1297](https://github.com/phrase/strings-openapi/issues/1297)) ([414261f](https://github.com/phrase/strings-openapi/commit/414261fe370337ed78dd4a5144c98132bc91ee7a)) + ## [3.28.0](https://github.com/phrase/strings-openapi/compare/python-v3.27.0...python-v3.28.0) (2026-09-23) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 9f152b6c3..e96735ab8 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.28.0 +packageVersion: 3.29.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 53e0b7425..e5b34d4e3 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.28.0" + ".": "3.29.0" } \ No newline at end of file