From 92689a3f5ec50925fbdbabe4b0ab3dd30eff68af Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 17 Apr 2024 11:15:37 +0200 Subject: [PATCH] chore(master): release python 1.21.0 (#574) --- 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 90bc8ca3..87d70581 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.21.0](https://github.com/phrase/openapi/compare/python-v1.20.0...python-v1.21.0) (2024-04-17) + + +### Features + +* **API:** Add Repo Sync [TSI-1923] ([#569](https://github.com/phrase/openapi/issues/569)) ([0bd1756](https://github.com/phrase/openapi/commit/0bd17562018cb045ff41cc1ff5008b9419a0ed12)) + ## [1.20.0](https://github.com/phrase/openapi/compare/python-v1.19.0...python-v1.20.0) (2024-04-10) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index a7f4d082..6ecabe5a 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: 1.20.0 +packageVersion: 1.21.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 69eb19a7..ba231b07 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "1.20.0" + ".": "1.21.0" } \ No newline at end of file