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

Commit

Permalink
chore(main): release 3.9.0 (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 15, 2022
1 parent f464e78 commit e3a0dda
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.8.4"
".": "3.9.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

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

## [3.9.0](https://github.com/googleapis/python-translate/compare/v3.8.4...v3.9.0) (2022-12-15)


### Features

* Add typing to proto.Message based class attributes ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))


### Bug Fixes

* Add dict typing for client_options ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))
* Drop usage of pkg_resources ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))
* Fix timeout default values ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))

## [3.8.4](https://github.com/googleapis/python-translate/compare/v3.8.3...v3.8.4) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/translate/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.8.4" # {x-release-please-version}
__version__ = "3.9.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/translate_v3/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.8.4" # {x-release-please-version}
__version__ = "3.9.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/translate_v3beta1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.8.4" # {x-release-please-version}
__version__ = "3.9.0" # {x-release-please-version}

0 comments on commit e3a0dda

Please sign in to comment.