Skip to content

Commit e25f1cb

Browse files
chore: release 3.4.1 (#256)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: nicain <nicain.seattle@gmail.com>
1 parent 0598cbf commit e25f1cb

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+
### [3.4.1](https://www.github.com/googleapis/python-translate/compare/v3.4.0...v3.4.1) (2021-09-30)
8+
9+
10+
### Bug Fixes
11+
12+
* add 'dict' annotation type to 'request' ([6bbf390](https://www.github.com/googleapis/python-translate/commit/6bbf39038f37a3d16018d9ee9f356145a50f987c))
13+
* improper types in pagers generation ([cd70523](https://www.github.com/googleapis/python-translate/commit/cd70523d9a628684515a8d910e7e5158817b3e61))
14+
715
## [3.4.0](https://www.github.com/googleapis/python-translate/compare/v3.3.2...v3.4.0) (2021-08-29)
816

917

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

0 commit comments

Comments
 (0)