Skip to content

Commit 6713bae

Browse files
chore: release 2.0.1 (#2)
1 parent 7f78eb5 commit 6713bae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-cloud-translate/CHANGELOG.md

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

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

7+
### [2.0.1](https://www.github.com/googleapis/python-translate/compare/v2.0.0...v2.0.1) (2020-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* **translate:** add py2 deprecation warning; bump copyright year to 2020; add 3.8 unit tests (via synth) ([#9943](https://www.github.com/googleapis/python-translate/issues/9943)) ([b57f09a](https://www.github.com/googleapis/python-translate/commit/b57f09a5f804daca1a96918a29746f24ae7bc4a5))
13+
* **translate:** update test assertion and core version pins ([#10098](https://www.github.com/googleapis/python-translate/issues/10098)) ([74b7757](https://www.github.com/googleapis/python-translate/commit/74b77579a1770c743353bdafde3e1744cbbe7842))
14+
715
## 2.0.0
816

917
10-23-2019 11:13 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 = "2.0.0"
25+
version = "2.0.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)