From 7daa9a524c8868abed0a1d0691541c5e8d9c61ee Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 15 May 2026 15:46:42 +0200 Subject: [PATCH] chore(main): release python 3.22.0 --- clients/python/CHANGELOG.md | 7 +++++++ openapi-generator/python_lang.yaml | 2 +- release-please/manifest-python.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 1eae9834..ad48e469 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.22.0](https://github.com/phrase/strings-openapi/compare/python-v3.21.0...python-v3.22.0) (2026-05-15) + + +### Features + +* **API:** Add q search param to locales list endpoint ([#1127](https://github.com/phrase/strings-openapi/issues/1127)) ([24f3a73](https://github.com/phrase/strings-openapi/commit/24f3a73ded885e4b855ad51547990af032dd2b26)) + ## [3.21.0](https://github.com/phrase/strings-openapi/compare/python-v3.20.0...python-v3.21.0) (2026-05-04) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 3b35ee25..25e715cc 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.21.0 +packageVersion: 3.22.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 eba8a049..1887bd54 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.21.0" + ".": "3.22.0" } \ No newline at end of file