diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 71a419fa..c8e3943e 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.16.0](https://github.com/phrase/strings-openapi/compare/python-v3.15.1...python-v3.16.0) (2026-01-28) + + +### Features + +* **API:** Accept branch param in RepoSyncs#import ([#1035](https://github.com/phrase/strings-openapi/issues/1035)) ([fdfd542](https://github.com/phrase/strings-openapi/commit/fdfd54203510f94d546d771e1eeb6f4cc40f9b06)) +* **API:** creating upload batches #SCD-687 ([#1022](https://github.com/phrase/strings-openapi/issues/1022)) ([83f5a41](https://github.com/phrase/strings-openapi/commit/83f5a411f1ebc63d26cdce0729093aa517d79b62)) + + +### Bug Fixes + +* remove project from account locales ([#1025](https://github.com/phrase/strings-openapi/issues/1025)) ([06b780f](https://github.com/phrase/strings-openapi/commit/06b780f91d2fe22a22ec821aa18968ed3b50510a)) + ## [3.15.1](https://github.com/phrase/strings-openapi/compare/python-v3.15.0...python-v3.15.1) (2026-01-16) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 7ecb2ec0..939f1146 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: 3.15.1 +packageVersion: 3.16.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 85b75780..2c220f1b 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.15.1" + ".": "3.16.0" } \ No newline at end of file