From a06e615c2e7498b72d8cb67bca00709e4323aa2d Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 11 Sep 2026 13:11:01 +0200 Subject: [PATCH] chore(main): release python 3.27.0 --- clients/python/CHANGELOG.md | 9 +++++++++ openapi-generator/python_lang.yaml | 2 +- release-please/manifest-python.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 05256a497..3db4deca7 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.27.0](https://github.com/phrase/strings-openapi/compare/python-v3.26.0...python-v3.27.0) (2026-09-11) + + +### Features + +* **API:** add Checks API endpoints ([#1242](https://github.com/phrase/strings-openapi/issues/1242)) ([0be2f2c](https://github.com/phrase/strings-openapi/commit/0be2f2c9f17f2488a936387e4f6824760c3b6a7c)) +* **API:** add created_since filter to check issues list #STRINGS-3043 ([#1256](https://github.com/phrase/strings-openapi/issues/1256)) ([01f2da7](https://github.com/phrase/strings-openapi/commit/01f2da7da6fcae20ca8d76d1e8ab42a7f31a8918)) +* **API:** add machine translation settings and locale provider mapping endpoints #STRINGS-2977 ([#1252](https://github.com/phrase/strings-openapi/issues/1252)) ([eeb265f](https://github.com/phrase/strings-openapi/commit/eeb265f432a2ae9c43fdc2f41ad09a01ef35690d)) + ## [3.26.0](https://github.com/phrase/strings-openapi/compare/python-v3.25.0...python-v3.26.0) (2026-09-03) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 269b48c4b..4e34549dc 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.26.0 +packageVersion: 3.27.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 0aeadf353..14e0f9162 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.26.0" + ".": "3.27.0" } \ No newline at end of file