From cea5136f03c14efbf73aeec99edf11a9a8038a29 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 13 Mar 2026 07:58:30 +0100 Subject: [PATCH] chore(main): release python 3.17.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 633eb45a..b1486ea1 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.17.0](https://github.com/phrase/strings-openapi/compare/python-v3.16.0...python-v3.17.0) (2026-03-13) + + +### Features + +* **API:** Add only_content_updates on translations versions ([#977](https://github.com/phrase/strings-openapi/issues/977)) ([57df730](https://github.com/phrase/strings-openapi/commit/57df730023ee736307b619e366bf9c87d9fe0db2)) + + +### Bug Fixes + +* Add repo url to package.json to fix npm publish ([#1058](https://github.com/phrase/strings-openapi/issues/1058)) ([f021f13](https://github.com/phrase/strings-openapi/commit/f021f1305d1f203033a520e8b7e2f92da00b2fd2)) + ## [3.16.0](https://github.com/phrase/strings-openapi/compare/python-v3.15.1...python-v3.16.0) (2026-02-11) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 939f1146..1d5a7596 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.16.0 +packageVersion: 3.17.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 2c220f1b..5522caae 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.16.0" + ".": "3.17.0" } \ No newline at end of file