diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9efa5ca..a4c7ad2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.34" + ".": "0.0.35" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fd615..9e8b826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.35](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.34...v0.0.35) (2024-09-17) + + +### Bug Fixes + +* Generate Python Code from `plugin-pb` ([#116](https://github.com/cloudquery/plugin-pb-python/issues/116)) ([01e1d86](https://github.com/cloudquery/plugin-pb-python/commit/01e1d86c4aacd579208403a54ee8d02f269920bd)) + ## [0.0.34](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.33...v0.0.34) (2024-09-01) diff --git a/setup.py b/setup.py index fb149d4..459d98f 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.34", + version="0.0.35", description=description, long_description=long_description, author="CloudQuery LTD",