From 5fd806c18be7a3d2585cae63f1b45daefa62ecb4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 10:41:01 -0400 Subject: [PATCH] chore(v2): release 2.0.2 (#397) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb41e38..82610f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-datacatalog/#history +## [2.0.2](https://github.com/googleapis/python-datacatalog/compare/v2.0.1...v2.0.2) (2022-06-07) + + +### Bug Fixes + +* **deps:** require protobuf<4.0.0 on v2 branch ([#394](https://github.com/googleapis/python-datacatalog/issues/394)) ([3f1fc62](https://github.com/googleapis/python-datacatalog/commit/3f1fc626e978e62ba02013ac11eb46b33a59e18f)) + ### [2.0.1](https://github.com/googleapis/python-datacatalog/compare/v2.0.0...v2.0.1) (2022-04-01) diff --git a/setup.py b/setup.py index 53c7f2a2..9f3727e5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-datacatalog" description = "Google Cloud Data Catalog API API client library" -version = "2.0.1" +version = "2.0.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'