Skip to content

Commit

Permalink
chore(master): release python 2.3.0 (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
phrase-bot authored Jul 22, 2024
1 parent 8bd1595 commit ced7c3e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions clients/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.3.0](https://github.com/phrase/openapi/compare/python-v2.2.0...python-v2.3.0) (2024-07-15)


### Features

* add repo sync events show endpoint ([#641](https://github.com/phrase/openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154))
* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c))


### Bug Fixes

* add app_min_version and app_max_version param to releases ([#633](https://github.com/phrase/openapi/issues/633)) ([b384301](https://github.com/phrase/openapi/commit/b3843012460ace4c1d34c4373e5158595466adcb))

## [2.2.0](https://github.com/phrase/openapi/compare/python-v2.1.1...python-v2.2.0) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/python_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generatorName: python
outputDir: clients/python
packageName: phrase_api
projectName: phrase-api
packageVersion: 2.2.0
packageVersion: 2.3.0
packageUrl: https://github.com/phrase/phrase-python
gitUserId: phrase
gitRepoId: phrase-python
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest-python.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}

0 comments on commit ced7c3e

Please sign in to comment.