From 9875905061749cfb6e79f96af81c3691a52cbc24 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:41:06 +0000 Subject: [PATCH] chore(main): release 5.1.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d6fb01..2bcb80b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-dataproc/#history +## [5.1.0](https://github.com/googleapis/python-dataproc/compare/v5.0.1...v5.1.0) (2022-09-27) + + +### Features + +* Add support for Dataproc metric configuration ([#481](https://github.com/googleapis/python-dataproc/issues/481)) ([6d0e404](https://github.com/googleapis/python-dataproc/commit/6d0e404927e9af4f7f8b07ca76604a22cc57b787)) + ## [5.0.1](https://github.com/googleapis/python-dataproc/compare/v5.0.0...v5.0.1) (2022-08-11) diff --git a/setup.py b/setup.py index 8b1c7726..58b43688 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-dataproc" description = "Google Cloud Dataproc API client library" -version = "5.0.1" +version = "5.1.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'