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

Commit 426600d

Browse files
chore(main): release 2.15.1 (#544)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1b99560 commit 426600d

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.1](https://github.com/googleapis/python-dialogflow/compare/v2.15.0...v2.15.1) (2022-08-09)
8+
9+
10+
### Documentation
11+
12+
* added an explicit note that DetectIntentRequest's text input is limited by 256 characters ([#543](https://github.com/googleapis/python-dialogflow/issues/543)) ([4b36501](https://github.com/googleapis/python-dialogflow/commit/4b36501ada91f1eb97e3d80da6b429ea591b432c))
13+
* updated some method comments and added an explicit note that DetectIntentRequest's text input is limited by 256 characters ([#545](https://github.com/googleapis/python-dialogflow/issues/545)) ([1efd108](https://github.com/googleapis/python-dialogflow/commit/1efd10881e1bb40de1452c4c6e6696cf61b81c90))
14+
715
## [2.15.0](https://github.com/googleapis/python-dialogflow/compare/v2.14.1...v2.15.0) (2022-07-16)
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.0"
22+
version = "2.15.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)