Skip to content

Commit db9432b

Browse files
authored
chore(main): release python 3.22.0 (#1128)
1 parent 24f3a73 commit db9432b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

clients/python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.22.0](https://github.com/phrase/strings-openapi/compare/python-v3.21.0...python-v3.22.0) (2026-05-15)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [3.21.0](https://github.com/phrase/strings-openapi/compare/python-v3.20.0...python-v3.21.0) (2026-05-04)
411

512

openapi-generator/python_lang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generatorName: python
33
outputDir: clients/python
44
packageName: phrase_api
55
projectName: phrase-api
6-
packageVersion: 3.21.0
6+
packageVersion: 3.22.0
77
packageUrl: https://github.com/phrase/phrase-python
88
gitUserId: phrase
99
gitRepoId: phrase-python
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.21.0"
2+
".": "3.22.0"
33
}

0 commit comments

Comments
 (0)