diff --git a/CHANGELOG.md b/CHANGELOG.md index 800decf73..3216a5009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/dialogflow/#history +### [0.7.2](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.1...v0.7.2) (2019-10-18) + + +### Bug Fixes + +* define version once in setup.py ([#158](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/158)) ([bf42fc4](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/bf42fc45607b97bc040cbdacbde8ff5a4b6ad29b)) + ### [0.7.1](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.0...v0.7.1) (2019-10-17) diff --git a/setup.py b/setup.py index c76e98a0e..d3e2df2e1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name = "dialogflow" description = "Client library for the Dialogflow API" -version = "0.7.1" +version = "0.7.2" release_status = "Development Status :: 4 - Beta" dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]