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.11.0 (#485)
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 Feb 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cb63888 commit 10599f6
Showing 5 changed files with 12 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.10.1"
".": "3.11.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,14 @@

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

## [3.11.0](https://github.com/googleapis/python-translate/compare/v3.10.1...v3.11.0) (2023-02-28)


### Features

* Add supported fields in document translation request and refresh translation v3 GA service proto documentation ([cb63888](https://github.com/googleapis/python-translate/commit/cb6388840e59fdcef8c0d45978acfe20d88002c4))
* Enable "rest" transport in Python for services supporting numeric enums ([cb63888](https://github.com/googleapis/python-translate/commit/cb6388840e59fdcef8c0d45978acfe20d88002c4))

## [3.10.1](https://github.com/googleapis/python-translate/compare/v3.10.0...v3.10.1) (2023-01-23)


2 changes: 1 addition & 1 deletion google/cloud/translate/gapic_version.py
Original file line number Diff line number Diff line change
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.10.1" # {x-release-please-version}
__version__ = "3.11.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
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.10.1" # {x-release-please-version}
__version__ = "3.11.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
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.10.1" # {x-release-please-version}
__version__ = "3.11.0" # {x-release-please-version}

0 comments on commit 10599f6

Please sign in to comment.