diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2c2434c..86d3a97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.30" + ".": "0.0.31" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fe875..1514433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.31](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.30...v0.0.31) (2024-07-30) + + +### Bug Fixes + +* Generate Python Code from `plugin-pb` ([#99](https://github.com/cloudquery/plugin-pb-python/issues/99)) ([8375eeb](https://github.com/cloudquery/plugin-pb-python/commit/8375eeb3ac02e1a62c90034dc2fef16892367e17)) + ## [0.0.30](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.29...v0.0.30) (2024-07-17) diff --git a/setup.py b/setup.py index 24b33b3..60b7526 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.30", + version="0.0.31", description=description, long_description=long_description, author="CloudQuery LTD",