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

Commit 6a1fd1a

Browse files
chore(v1): release 1.1.3 (#530)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3feba8a commit 6a1fd1a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

7+
## [1.1.3](https://github.com/googleapis/python-dialogflow/compare/v1.1.2...v1.1.3) (2022-06-07)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** require protobuf<4.0.0 on v1 branch ([#529](https://github.com/googleapis/python-dialogflow/issues/529)) ([3feba8a](https://github.com/googleapis/python-dialogflow/commit/3feba8a404ac5d62a63b351e1e8e6d5a7e879f9f))
13+
714
### [1.1.2](https://github.com/googleapis/python-dialogflow/compare/v1.1.1...v1.1.2) (2022-04-07)
815

916

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 = "1.1.2"
22+
version = "1.1.3"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",

0 commit comments

Comments
 (0)