Skip to content

Commit 2d2cd3a

Browse files
chore(main): release 3.11.2 (#497)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e4fb454 commit 2d2cd3a

File tree

5 files changed

+11
-4
lines changed

5 files changed

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

packages/google-cloud-translate/CHANGELOG.md

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

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

7+
## [3.11.2](https://github.com/googleapis/python-translate/compare/v3.11.1...v3.11.2) (2023-07-04)
8+
9+
10+
### Bug Fixes
11+
12+
* Add async context manager return types ([#496](https://github.com/googleapis/python-translate/issues/496)) ([528a91d](https://github.com/googleapis/python-translate/commit/528a91d9505b1daabbd46856ccb6021934b2f26a))
13+
714
## [3.11.1](https://github.com/googleapis/python-translate/compare/v3.11.0...v3.11.1) (2023-03-23)
815

916

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.11.1" # {x-release-please-version}
16+
__version__ = "3.11.2" # {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.11.1" # {x-release-please-version}
16+
__version__ = "3.11.2" # {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.11.1" # {x-release-please-version}
16+
__version__ = "3.11.2" # {x-release-please-version}

0 commit comments

Comments
 (0)