This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.10.0] ( https://github.com/googleapis/python-dialogflow-cx/compare/v1.9.1...v1.10.0 ) (2022-03-10)
4
+
5
+
6
+ ### Features
7
+
8
+ * added page in TestConfig ([ #268 ] ( https://github.com/googleapis/python-dialogflow-cx/issues/268 ) ) ([ 61fd2dc] ( https://github.com/googleapis/python-dialogflow-cx/commit/61fd2dc3512e4bcfdfc51cf085cc12cbbf1e043b ) )
9
+ * ** v3beta1:** added page in TestConfig ([ #270 ] ( https://github.com/googleapis/python-dialogflow-cx/issues/270 ) ) ([ a81f0c2] ( https://github.com/googleapis/python-dialogflow-cx/commit/a81f0c23d5dc835bd6abdccd546ef00f6c421a74 ) )
10
+
11
+
12
+ ### Documentation
13
+
14
+ * clarified wording around Cloud Storage usage ([ 61fd2dc] ( https://github.com/googleapis/python-dialogflow-cx/commit/61fd2dc3512e4bcfdfc51cf085cc12cbbf1e043b ) )
15
+
3
16
### [ 1.9.1] ( https://github.com/googleapis/python-dialogflow-cx/compare/v1.9.0...v1.9.1 ) (2022-03-05)
4
17
5
18
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "1.9.1 "
22
+ version = "1.10.0 "
23
23
24
24
package_root = os .path .abspath (os .path .dirname (__file__ ))
25
25
You can’t perform that action at this time.
0 commit comments