8000 chore(main): release 2.13.2 (#352) · googleapis/python-tasks@636c236 · GitHub
[go: up one dir, main page]

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

Commit 636c236

Browse files
chore(main): release 2.13.2 (#352)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ba48edc commit 636c236

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed

.release-please-manifest.json

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

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-tasks/#history
66

7+
## [2.13.2](https://github.com/googleapis/python-tasks/compare/v2.13.1...v2.13.2) (2023-07-04)
8+
9+
10+
### Bug Fixes
11+
12+
* Add async context manager return types ([#351](https://github.com/googleapis/python-tasks/issues/351)) ([ba48edc](https://github.com/googleapis/python-tasks/commit/ba48edc3c95ba025450db0f8ce9bb35cf4f1194c))
13+
714
## [2.13.1](https://github.com/googleapis/python-tasks/compare/v2.13.0...v2.13.1) (2023-03-23)
815

916

google/cloud/tasks/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__ = "2.13.1" # {x-release-please-version}
16+
__version__ = "2.13.2" # {x-release-please-version}

google/cloud/tasks_v2/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__ = "2.13.1" # {x-release-please-version}
16+
__version__ = "2.13.2" # {x-release-please-version}

google/cloud/tasks_v2beta2/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__ = "2.13.1" # {x-release-please-version}
16+
__version__ = "2.13.2" # {x-release-please-version}

google/cloud/tasks_v2beta3/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__ = "2.13.1" # {x-release-please-version}
16+
__version__ = "2.13.2" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.tasks.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "0.1.0"
11+
"version": "2.13.2"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.tasks.v2beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "0.1.0"
11+
"version": "2.13.2"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.tasks.v2beta3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "0.1.0"
11+
"version": "2.13.2"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)
0