Skip to content

Commit 24b6cef

Browse files
chore(main): release 3.12.1 (#524)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3b3c870 commit 24b6cef

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.12.0"
2+
".": "3.12.1"
33
}

packages/google-cloud-translate/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [3.12.1](https://github.com/googleapis/python-translate/compare/v3.12.0...v3.12.1) (2023-10-19)
8+
9+
10+
### Bug Fixes
11+
12+
* Require google-cloud-core &gt;= 1.4.4 ([8542583](https://github.com/googleapis/python-translate/commit/854258360fd8c7baf7ac197836b3650272bcda21))
13+
14+
15+
### Documentation
16+
17+
* Minor formatting ([21cd6f6](https://github.com/googleapis/python-translate/commit/21cd6f658eeb79df1a8b3c777dcf0d0c942500ef))
18+
719
## [3.12.0](https://github.com/googleapis/python-translate/compare/v3.11.3...v3.12.0) (2023-08-08)
820

921

packages/google-cloud-translate/google/cloud/translate/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.12.0" # {x-release-please-version}
16+
__version__ = "3.12.1" # {x-release-please-version}

packages/google-cloud-translate/google/cloud/translate_v3/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.12.0" # {x-release-please-version}
16+
__version__ = "3.12.1" # {x-release-please-version}

packages/google-cloud-translate/google/cloud/translate_v3beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.12.0" # {x-release-please-version}
16+
__version__ = "3.12.1" # {x-release-please-version}

0 commit comments

Comments
 (0)