diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index ccd51564..5c89ef2a 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.15.0](https://github.com/phrase/openapi/compare/python-v3.14.0...python-v3.15.0) (2026-01-09) + + +### Features + +* **API:** Add missing project flags to project details schema #SCD-141 ([#993](https://github.com/phrase/openapi/issues/993)) ([93fbdd7](https://github.com/phrase/openapi/commit/93fbdd76150ed94374ef888ac92c0c9b626de7c8)) + + +### Bug Fixes + +* **API:** drop invalid account locale params ([#992](https://github.com/phrase/openapi/issues/992)) ([87af83c](https://github.com/phrase/openapi/commit/87af83c94fd7e47340b5393847e93a31127abbe8)) + ## [3.14.0](https://github.com/phrase/openapi/compare/python-v3.13.0...python-v3.14.0) (2025-12-11) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index a2889ce4..4c73fb96 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.14.0 +packageVersion: 3.15.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 75e8a660..4336a6cb 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.14.0" + ".": "3.15.0" } \ No newline at end of file