Skip to content
Open
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
8 changes: 8 additions & 0 deletions clients/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.13.0](https://github.com/phrase/openapi/compare/python-v3.12.1...python-v3.13.0) (2025-12-02)


### Features

* **API:** add manual triggering of automations #SCM-953 ([#968](https://github.com/phrase/openapi/issues/968)) ([ebe1c68](https://github.com/phrase/openapi/commit/ebe1c68e472d87ea6c6cd2f76bb421406c30a274))
* **API:** add use_locale_fallback option to download #SCD-620 ([#976](https://github.com/phrase/openapi/issues/976)) ([9266c68](https://github.com/phrase/openapi/commit/9266c680d8717bb736aed83625858f0b3419da54))

## [3.12.1](https://github.com/phrase/openapi/compare/python-v3.12.0...python-v3.12.1) (2025-11-10)


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.12.1
packageVersion: 3.13.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.12.1"
".": "3.13.0"
}
Loading