From 9ffcd8b014ed5293256a01454ea1a26601c37102 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:17:45 -0400 Subject: [PATCH] chore(main): Release v0.0.31 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",