Skip to content

Commit

Permalink
chore(main): release 3.7.0 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 24, 2022
1 parent 7d89ca7 commit 00b125c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Report coverage results
run: |
coverage combine .coverage-results/.coverage*
coverage report --show-missing --fail-under=99
coverage report --show-missing --fail-under=100
13 changes: 13 additions & 0 deletions packages/google-cloud-translate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [3.7.0](https://github.com/googleapis/python-translate/compare/v3.6.1...v3.7.0) (2022-02-03)


### Features

* add api key support ([#329](https://github.com/googleapis/python-translate/issues/329)) ([4b08cd5](https://github.com/googleapis/python-translate/commit/4b08cd56ce230b843ced78a3f81c2e6511ac2a4f))


### Bug Fixes

* 290 added a create glossary line before each call using bistro-glossary ([#302](https://github.com/googleapis/python-translate/issues/302)) ([742e414](https://github.com/googleapis/python-translate/commit/742e414ad8ac83e4116c67740a42e264a63e3287))
* resolve DuplicateCredentialArgs error when using credentials_file ([26791c2](https://github.com/googleapis/python-translate/commit/26791c251e851f921d23316e6ca5adab648c63c0))

### [3.6.1](https://www.github.com/googleapis/python-translate/compare/v3.6.0...v3.6.1) (2021-11-04)


Expand Down
6 changes: 4 additions & 2 deletions packages/google-cloud-translate/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@
s.remove_staging_dirs()

s.replace(".coveragerc",
"""google/cloud/translate/__init__.py""",
"""google/__init__.py
"""omit =
google/cloud/translate/__init__.py""",
"""omit =
google/__init__.py
google/cloud/__init__.py
google/cloud/translate/__init__.py""",
)
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-translate"
description = "Google Cloud Translation API client library"
version = "3.6.1"
version = "3.7.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 00b125c

Please sign in to comment.