We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f532f6 commit 160cef6Copy full SHA for 160cef6
2 files changed
translate/CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/google-cloud-translate/#history
6
7
+## 2.0.0
8
+
9
+10-23-2019 11:13 PDT
10
11
+### New Features
12
+- Make v3 the default client. ([#9498](https://github.com/googleapis/google-cloud-python/pull/9498))
13
14
+### Internal / Testing Changes
15
+- Add VPC-SC system tests. ([#9272](https://github.com/googleapis/google-cloud-python/pull/9272))
16
17
## 1.7.0
18
19
10-07-2019 14:57 PDT
translate/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-cloud-translate"
24
description = "Google Cloud Translation API client library"
25
-version = "1.7.0"
+version = "2.0.0"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments