Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a4184c

Browse files
authored
chore(translate): release 2.0.0 (#9527)
1 parent e3f6bac commit 0a4184c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/google-cloud-translate/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
[1]: https://pypi.org/project/google-cloud-translate/#history
66

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+
717
## 1.7.0
818

919
10-07-2019 14:57 PDT

packages/google-cloud-translate/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-translate"
2424
description = "Google Cloud Translation API client library"
25-
version = "1.7.0"
25+
version = "2.0.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)