From 68ee059ee5e5041a4368f94f7ec6f87516c79545 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 1 Feb 2024 09:26:54 +0100 Subject: [PATCH] chore(master): release python 1.18.1 (#530) --- 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 1c1486bc..47756ee8 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.18.1](https://github.com/phrase/openapi/compare/python-v1.18.0...python-v1.18.1) (2024-02-01) + + +### Bug Fixes + +* **API:** Adjust documentation of QPS endpoint ([#525](https://github.com/phrase/openapi/issues/525)) ([4b4f1ac](https://github.com/phrase/openapi/commit/4b4f1acf28fbd13b3d16c37162cdccfa05c38ffa)) + ## [1.18.0](https://github.com/phrase/openapi/compare/python-v1.17.0...python-v1.18.0) (2024-01-17) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index c17d34b3..eb728f7a 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.18.0 +packageVersion: 1.18.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 4ce109ae..aa06f863 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "1.18.0" + ".": "1.18.1" } \ No newline at end of file