diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 87035267..74d0d153 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.28.0](https://github.com/phrase/strings-openapi/compare/python-v3.27.0...python-v3.28.0) (2026-09-18) + + +### Features + +* **API:** document GET /projects/{project_id}/members list endpoint STRINGS-3471 ([#1276](https://github.com/phrase/strings-openapi/issues/1276)) ([fbf8448](https://github.com/phrase/strings-openapi/commit/fbf844851b3fa67604c55fe8b16166006a89b74f)) + ## [3.27.0](https://github.com/phrase/strings-openapi/compare/python-v3.26.0...python-v3.27.0) (2026-09-17) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 4e34549d..9f152b6c 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.27.0 +packageVersion: 3.28.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 14e0f916..53e0b742 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.27.0" + ".": "3.28.0" } \ No newline at end of file