Skip to content

Commit

Permalink
chore(main): release 2.10.2 (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 15, 2022
1 parent 674cf22 commit a6802ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [2.10.2](https://github.com/googleapis/python-tasks/compare/v2.10.1...v2.10.2) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#288](https://github.com/googleapis/python-tasks/issues/288)) ([98f46e9](https://github.com/googleapis/python-tasks/commit/98f46e97707972cf31c5d90a256ce01c65af01f2))
* **deps:** require proto-plus >= 1.22.0 ([98f46e9](https://github.com/googleapis/python-tasks/commit/98f46e97707972cf31c5d90a256ce01c65af01f2))

## [2.10.1](https://github.com/googleapis/python-tasks/compare/v2.10.0...v2.10.1) (2022-08-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tasks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-tasks"
description = "Cloud Tasks API API client library"
version = "2.10.1"
version = "2.10.2"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit a6802ce

Please sign in to comment.