From 1dcd26da82a70a687962746bd22b2e77f5271fd2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 15:14:08 -0400 Subject: [PATCH] chore(main): release 2.15.2 (#555) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ceb26d2..f17542583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/dialogflow/#history +## [2.15.2](https://github.com/googleapis/python-dialogflow/compare/v2.15.1...v2.15.2) (2022-08-15) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#554](https://github.com/googleapis/python-dialogflow/issues/554)) ([45f74b4](https://github.com/googleapis/python-dialogflow/commit/45f74b4e720bd8d1d601e3630f6118ca8079a93d)) +* **deps:** require proto-plus >= 1.22.0 ([45f74b4](https://github.com/googleapis/python-dialogflow/commit/45f74b4e720bd8d1d601e3630f6118ca8079a93d)) + ## [2.15.1](https://github.com/googleapis/python-dialogflow/compare/v2.15.0...v2.15.1) (2022-08-09) diff --git a/setup.py b/setup.py index f427502c7..4c7cce8d8 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name = "dialogflow" description = "Client library for the Dialogflow API" -version = "2.15.1" +version = "2.15.2" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",