From ffb956cf406825a2c470f5cbb6537ffe758d0f82 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 22 May 2026 13:30:39 +0200 Subject: [PATCH] chore(main): release python 3.23.0 --- clients/python/CHANGELOG.md | 12 ++++++++++++ openapi-generator/python_lang.yaml | 2 +- release-please/manifest-python.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index ad48e469..d36d2ffa 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.23.0](https://github.com/phrase/strings-openapi/compare/python-v3.22.0...python-v3.23.0) (2026-05-22) + + +### Features + +* **API:** align and improve API coverage across v2 endpoints ([#1145](https://github.com/phrase/strings-openapi/issues/1145)) ([b27394b](https://github.com/phrase/strings-openapi/commit/b27394bd102f2aee4dd468e3c2fff355018ec59c)) + + +### Bug Fixes + +* **API:** branching: align operations with the backend behavior ([#1136](https://github.com/phrase/strings-openapi/issues/1136)) ([b0e0c8e](https://github.com/phrase/strings-openapi/commit/b0e0c8ed692be75ea55e761e49df8c35fb17df56)) + ## [3.22.0](https://github.com/phrase/strings-openapi/compare/python-v3.21.0...python-v3.22.0) (2026-05-15) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 25e715cc..c719b322 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.22.0 +packageVersion: 3.23.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 1887bd54..fdd6f7be 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.22.0" + ".": "3.23.0" } \ No newline at end of file