Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 1dcd26d

Browse files
chore(main): release 2.15.2 (#555)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1beb2b7 commit 1dcd26d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://pypi.org/project/dialogflow/#history
66

7+
## [2.15.2](https://github.com/googleapis/python-dialogflow/compare/v2.15.1...v2.15.2) (2022-08-15)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** allow protobuf < 5.0.0 ([#554](https://github.com/googleapis/python-dialogflow/issues/554)) ([45f74b4](https://github.com/googleapis/python-dialogflow/commit/45f74b4e720bd8d1d601e3630f6118ca8079a93d))
13+
* **deps:** require proto-plus >= 1.22.0 ([45f74b4](https://github.com/googleapis/python-dialogflow/commit/45f74b4e720bd8d1d601e3630f6118ca8079a93d))
14+
715
## [2.15.1](https://github.com/googleapis/python-dialogflow/compare/v2.15.0...v2.15.1) (2022-08-09)
816

917

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "dialogflow"
2121
description = "Client library for the Dialogflow API"
22-
version = "2.15.1"
22+
version = "2.15.2"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"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.*",

0 commit comments

Comments
 (0)