From 5e975d8eeb869d085621bc5cd8276acf77ec8a7c Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 4 May 2026 09:54:32 +0200 Subject: [PATCH 1/2] chore(main): release python 3.21.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 3a64d565..383a2675 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.21.0](https://github.com/phrase/strings-openapi/compare/python-v3.20.0...python-v3.21.0) (2026-05-04) + + +### Features + +* **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) +* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) + ## [3.20.0](https://github.com/phrase/strings-openapi/compare/python-v3.19.0...python-v3.20.0) (2026-04-27) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index ca6d00ab..3b35ee25 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.20.0 +packageVersion: 3.21.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 d11c8fc3..eba8a049 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.20.0" + ".": "3.21.0" } \ No newline at end of file From 569dedd8e29d4e276e356dbbce7b023874d5994c Mon Sep 17 00:00:00 2001 From: Hassan Ahmed Date: Mon, 4 May 2026 17:07:12 +0200 Subject: [PATCH 2/2] fix(python): rename SCM-1430 to tags in changelog --- clients/python/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 383a2675..1eae9834 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -6,7 +6,7 @@ ### Features * **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) -* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) +* **tags:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) ## [3.20.0](https://github.com/phrase/strings-openapi/compare/python-v3.19.0...python-v3.20.0) (2026-04-27)