diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index 633eb45a..3b5de05d 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.16.1](https://github.com/phrase/strings-openapi/compare/python-v3.16.0...python-v3.16.1) (2026-02-27) + + +### 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) diff --git a/openapi-generator/python_lang.yaml b/openapi-generator/python_lang.yaml index 939f1146..30e82435 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.16.0 +packageVersion: 3.16.1 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 2c220f1b..0117fb44 100644 --- a/release-please/manifest-python.json +++ b/release-please/manifest-python.json @@ -1,3 +1,3 @@ { - ".": "3.16.0" + ".": "3.16.1" } \ No newline at end of file