diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index f265dd0b..2f89843b 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.24.0](https://github.com/phrase/strings-openapi/compare/python-v3.23.0...python-v3.24.0) (2026-06-11) + + +### Features + +* **API:** add fallback_for_unverified_translations param to locale d… ([#1148](https://github.com/phrase/strings-openapi/issues/1148)) ([9ef6248](https://github.com/phrase/strings-openapi/commit/9ef6248aae14d9bd65eee9ea3554f03c6f9331cb)) + ## [3.23.0](https://github.com/phrase/strings-openapi/compare/python-v3.22.0...python-v3.23.0) (2026-06-04) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index c719b322..c50b5b37 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.23.0 +packageVersion: 3.24.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 fdd6f7be..d6f5f39e 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.23.0" + ".": "3.24.0" } \ No newline at end of file