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

Commit 94e0252

Browse files
release-please[bot]busunkim96
authored andcommitted
chore: release 0.7.2 (#160)
1 parent bf42fc4 commit 94e0252

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [0.7.2](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.1...v0.7.2) (2019-10-18)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
714
### [0.7.1](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.0...v0.7.1) (2019-10-17)
815

916

setup.py

+1-1
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 = "0.7.1"
22+
version = "0.7.2"
2323
release_status = "Development Status :: 4 - Beta"
2424
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]
2525

0 commit comments

Comments
 (0)