diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86d3a97..96daa85 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.31" + ".": "0.0.32" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1514433..31533ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.32](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.31...v0.0.32) (2024-07-30) + + +### Bug Fixes + +* Generate Python Code from `plugin-pb` ([#101](https://github.com/cloudquery/plugin-pb-python/issues/101)) ([5f61e15](https://github.com/cloudquery/plugin-pb-python/commit/5f61e156269a909a1f17379b3ca5e948ffd0d0ec)) + ## [0.0.31](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.30...v0.0.31) (2024-07-30) diff --git a/setup.py b/setup.py index 60b7526..eb69a13 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.31", + version="0.0.32", description=description, long_description=long_description, author="CloudQuery LTD",