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

Commit

Permalink
Merge branch 'main' into owl-bot-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Oct 20, 2023
2 parents b5a8e82 + 40a00be commit b0095b5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547
# created: 2023-10-09T14:06:13.397766266Z
digest: sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99
# created: 2023-10-18T20:26:37.410353675Z
6 changes: 3 additions & 3 deletions .kokoro/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ typing-extensions==4.4.0 \
--hash=sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa \
--hash=sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e
# via -r requirements.in
urllib3==1.26.17 \
--hash=sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21 \
--hash=sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b
urllib3==1.26.18 \
--hash=sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07 \
--hash=sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0
# via
# requests
# twine
Expand Down
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.12.0"
".": "3.12.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [3.12.1](https://github.com/googleapis/python-translate/compare/v3.12.0...v3.12.1) (2023-10-19)


### Bug Fixes

* Require google-cloud-core >= 1.4.4 ([8542583](https://github.com/googleapis/python-translate/commit/854258360fd8c7baf7ac197836b3650272bcda21))


### Documentation

* Minor formatting ([21cd6f6](https://github.com/googleapis/python-translate/commit/21cd6f658eeb79df1a8b3c777dcf0d0c942500ef))

## [3.12.0](https://github.com/googleapis/python-translate/compare/v3.11.3...v3.12.0) (2023-08-08)


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.12.0" # {x-release-please-version}
__version__ = "3.12.1" # {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.12.0" # {x-release-please-version}
__version__ = "3.12.1" # {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.12.0" # {x-release-please-version}
__version__ = "3.12.1" # {x-release-please-version}

0 comments on commit b0095b5

Please sign in to comment.