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

Commit

Permalink
chore(v1): release 1.1.3 (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 9, 2022
1 parent 3feba8a commit 6a1fd1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [1.1.3](https://github.com/googleapis/python-dialogflow/compare/v1.1.2...v1.1.3) (2022-06-07)


### Bug Fixes

* **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))

### [1.1.2](https://github.com/googleapis/python-dialogflow/compare/v1.1.1...v1.1.2) (2022-04-07)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name = "dialogflow"
description = "Client library for the Dialogflow API"
version = "1.1.2"
version = "1.1.3"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
Expand Down

0 comments on commit 6a1fd1a

Please sign in to comment.