Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit a401ea5

Browse files
chore: release 3.0.2
1 parent ed89ea1 commit a401ea5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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

7+
### [3.0.2](https://www.github.com/googleapis/python-translate/compare/v3.0.1...v3.0.2) (2020-11-25)
8+
9+
10+
### Bug Fixes
11+
12+
* adjusts flaky test; deletes unneeded test ([#66](https://www.github.com/googleapis/python-translate/issues/66)) ([56a8beb](https://www.github.com/googleapis/python-translate/commit/56a8beb95b373b49e161aebdaa3e7afce56be247))
13+
* fix package name ([df71788](https://www.github.com/googleapis/python-translate/commit/df7178883022c1e49a85b02fb6841141036cd933))
14+
* re-generated v3 client and fix system.py ([#76](https://www.github.com/googleapis/python-translate/issues/76)) ([37e3826](https://www.github.com/googleapis/python-translate/commit/37e382605e37640f936ed49778f54e00be332d6d))
15+
* **translate:** fix a broken test [([#4360](https://www.github.com/googleapis/python-translate/issues/4360))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4360) ([e6647a6](https://www.github.com/googleapis/python-translate/commit/e6647a6af6d1589cb0653b1e1a563653efc67300)), closes [#4353](https://www.github.com/googleapis/python-translate/issues/4353)
16+
17+
18+
### Documentation
19+
20+
* add w/ glossary and model ([1e030d4](https://www.github.com/googleapis/python-translate/commit/1e030d4557ee1f67bad5e5b4759d0200efd27afd))
21+
722
### [3.0.1](https://www.github.com/googleapis/python-translate/compare/v3.0.0...v3.0.1) (2020-08-08)
823

924

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 = "3.0.1"
25+
version = "3.0.2"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)