From a934afe7ccad1206f2debf38d40bce64dc9fa2b5 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 3 Jan 2025 12:59:11 +0100 Subject: [PATCH] chore(master): release python 3.0.1 (#753) --- clients/python/CHANGELOG.md | 8 ++++++++ openapi-generator/python_lang.yaml | 2 +- release-please/manifest-python.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index d1510e6e..c718c6fe 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.1](https://github.com/phrase/openapi/compare/python-v3.0.0...python-v3.0.1) (2024-12-20) + + +### Bug Fixes + +* **API:** Repo Sync Event errors field type #STRINGS-1074 ([#756](https://github.com/phrase/openapi/issues/756)) ([c7670e0](https://github.com/phrase/openapi/commit/c7670e04810f95359d72ba6346b5f626bfb77b6f)) +* **API:** Repo Sync schema fixes #STRINGS-1074 ([#748](https://github.com/phrase/openapi/issues/748)) ([033be10](https://github.com/phrase/openapi/commit/033be1003fe01b5115de1f8ba2336d32b4862bfd)) + ## [3.0.0](https://github.com/phrase/openapi/compare/python-v2.6.1...python-v3.0.0) (2024-12-18) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index fd31b6ad..66fb0077 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.0.0 +packageVersion: 3.0.1 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 4191c889..56441f9d 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } \ No newline at end of file