Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions clients/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.17.0](https://github.com/phrase/strings-openapi/compare/python-v3.16.0...python-v3.17.0) (2026-03-13)


### Features

* **API:** Add only_content_updates on translations versions ([#977](https://github.com/phrase/strings-openapi/issues/977)) ([57df730](https://github.com/phrase/strings-openapi/commit/57df730023ee736307b619e366bf9c87d9fe0db2))


### Bug Fixes

* Add repo url to package.json to fix npm publish ([#1058](https://github.com/phrase/strings-openapi/issues/1058)) ([f021f13](https://github.com/phrase/strings-openapi/commit/f021f1305d1f203033a520e8b7e2f92da00b2fd2))

## [3.16.0](https://github.com/phrase/strings-openapi/compare/python-v3.15.1...python-v3.16.0) (2026-02-11)


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: 3.16.0
packageVersion: 3.17.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 @@
{
".": "3.16.0"
".": "3.17.0"
}
Loading