Skip to content

Commit e447bf0

Browse files
chore(main): release 2.16.1 (#584)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1e3d242 commit e447bf0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-dialogflow/CHANGELOG.md

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

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

7+
## [2.16.1](https://github.com/googleapis/python-dialogflow/compare/v2.16.0...v2.16.1) (2022-10-10)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** Allow protobuf 3.19.5 ([#585](https://github.com/googleapis/python-dialogflow/issues/585)) ([4030787](https://github.com/googleapis/python-dialogflow/commit/40307877bbc467e6475a5614d315de4e6d902683))
13+
14+
15+
### Documentation
16+
17+
* **samples:** Add sample code for StreamingAnalyzeContent for live transcription. ([#575](https://github.com/googleapis/python-dialogflow/issues/575)) ([b6bbd62](https://github.com/googleapis/python-dialogflow/commit/b6bbd62a3d3293e3ae031b2fdd8940343da08e74))
18+
719
## [2.16.0](https://github.com/googleapis/python-dialogflow/compare/v2.15.2...v2.16.0) (2022-10-03)
820

921

packages/google-cloud-dialogflow/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.16.0"
22+
version = "2.16.1"
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)