From 4df26116650ff6c56130c0cdda346faaef0dfe4d Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 21 Sep 2026 07:34:36 +0200 Subject: [PATCH] chore(main): release python 3.28.0 --- clients/python/CHANGELOG.md | 8 ++++++++ openapi-generator/python_lang.yaml | 2 +- release-please/manifest-python.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 87035267f..74a488da2 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.28.0](https://github.com/phrase/strings-openapi/compare/python-v3.27.0...python-v3.28.0) (2026-09-21) + + +### Features + +* **API:** Add /languages documentation ([#1279](https://github.com/phrase/strings-openapi/issues/1279)) ([e273b56](https://github.com/phrase/strings-openapi/commit/e273b5697172726ae7256450648f56489cd36b8f)) +* **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 4e34549dc..9f152b6c3 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 14e0f9162..53e0b7425 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