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

Commit b903f31

Browse files
chore(main): release 2.11.0 (#319)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent be18891 commit b903f31

File tree

9 files changed

+30
-8
lines changed

9 files changed

+30
-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.10.4"
2+
".": "2.11.0"
33
}

‎CHANGELOG.md

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

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

7+
## [2.11.0](https://github.com/googleapis/python-tasks/compare/v2.10.4...v2.11.0) (2022-12-15)
8+
9+
10+
### Features
11+
12+
* Add support for `google.cloud.tasks.__version__` ([d51539f](https://github.com/googleapis/python-tasks/commit/d51539fc4e6b7b5a3f6f34d014752f3a8989b016))
13+
* Add typing to proto.Message based class attributes ([d51539f](https://github.com/googleapis/python-tasks/commit/d51539fc4e6b7b5a3f6f34d014752f3a8989b016))
14+
15+
16+
### Bug Fixes
17+
18+
* Add dict typing for client_options ([d51539f](https://github.com/googleapis/python-tasks/commit/d51539fc4e6b7b5a3f6f34d014752f3a8989b016))
19+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([5752acb](https://github.com/googleapis/python-tasks/commit/5752acb09be8771f6695de4928444c47849fafc4))
20+
* Drop usage of pkg_resources ([5752acb](https://github.com/googleapis/python-tasks/commit/5752acb09be8771f6695de4928444c47849fafc4))
21+
* Fix timeout default values ([5752acb](https://github.com/googleapis/python-tasks/commit/5752acb09be8771f6695de4928444c47849fafc4))
22+
23+
24+
### Documentation
25+
26+
* **samples:** Snippetgen handling of repeated enum field ([d51539f](https://github.com/googleapis/python-tasks/commit/d51539fc4e6b7b5a3f6f34d014752f3a8989b016))
27+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([5752acb](https://github.com/googleapis/python-tasks/commit/5752acb09be8771f6695de4928444c47849fafc4))
28+
729
## [2.10.4](https://github.com/googleapis/python-tasks/compare/v2.10.3...v2.10.4) (2022-10-07)
830

931

‎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.10.4" # {x-release-please-version}
16+
__version__ = "2.11.0" # {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.10.4" # {x-release-please-version}
16+
__version__ = "2.11.0" # {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.10.4" # {x-release-please-version}
16+
__version__ = "2.11.0" # {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.10.4" # {x-release-please-version}
16+
__version__ = "2.11.0" # {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.11.0"
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.11.0"
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.11.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)