diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 3a64d565..1eae9834 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.21.0](https://github.com/phrase/strings-openapi/compare/python-v3.20.0...python-v3.21.0) (2026-05-04) + + +### Features + +* **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) +* **tags:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) + ## [3.20.0](https://github.com/phrase/strings-openapi/compare/python-v3.19.0...python-v3.20.0) (2026-04-27) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index ca6d00ab..3b35ee25 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.20.0 +packageVersion: 3.21.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 d11c8fc3..eba8a049 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.20.0" + ".": "3.21.0" } \ No newline at end of file