Skip to content

Commit

Permalink
chore(master): release python 1.18.2 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase authored Feb 5, 2024
1 parent e2419e9 commit 07e1546
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions clients/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.18.2](https://github.com/phrase/openapi/compare/python-v1.18.1...python-v1.18.2) (2024-02-05)


### Bug Fixes

* **API:** allow nullable value for job's due_date ([#534](https://github.com/phrase/openapi/issues/534)) ([38b51b5](https://github.com/phrase/openapi/commit/38b51b51095394f8ce769873140038abba628514))

## [1.18.1](https://github.com/phrase/openapi/compare/python-v1.18.0...python-v1.18.1) (2024-02-01)


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: 1.18.1
packageVersion: 1.18.2
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 @@
{
".": "1.18.1"
".": "1.18.2"
}

0 comments on commit 07e1546

Please sign in to comment.