From e2b73b6d8f6eb3396f7c07e1e2dd4ddf02a302ff Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 17 Feb 2025 11:56:49 +0100 Subject: [PATCH] chore(main): release python 3.2.0 --- clients/python/CHANGELOG.md | 7 +++++++ openapi-generator/python_lang.yaml | 2 +- release-please/manifest-python.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 15cd33c43..ce2f0310c 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/phrase/openapi/compare/python-v3.1.0...python-v3.2.0) (2025-02-17) + + +### Features + +* **API:** document tags attribute of an upload #STRINGS-1221 ([#790](https://github.com/phrase/openapi/issues/790)) ([fff505b](https://github.com/phrase/openapi/commit/fff505bdff35a0033fee06e505c42fe794c88562)) + ## [3.1.0](https://github.com/phrase/openapi/compare/python-v3.0.3...python-v3.1.0) (2025-02-17) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index b77f2ee27..0b03f7ea0 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.1.0 +packageVersion: 3.2.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 e0dc5001b..1f73031b8 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } \ No newline at end of file