diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index d1a91d48..71e35f68 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/phrase/openapi/compare/python-v2.3.0...python-v2.4.0) (2024-09-03) + + +### Features + +* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581)) + ## [2.3.0](https://github.com/phrase/openapi/compare/python-v2.2.0...python-v2.3.0) (2024-07-15) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index c2440124..82e3c854 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: 2.3.0 +packageVersion: 2.4.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 75ec52fc..b44b2870 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } \ No newline at end of file