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

Commit 21c15fc

Browse files
authored
Release tasks 1.2.1 (#9012)
* Release 1.2.1 * Adjust changelog grouping.
1 parent d9493bc commit 21c15fc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.2.1
8+
9+
08-12-2019 13:50 PDT
10+
11+
### Implementation Changes
12+
- Remove send/recv msg size limit (via synth). ([#8971](https://github.com/googleapis/google-cloud-python/pull/8971))
13+
14+
### Documentation
15+
- Fix links to googleapis.dev ([#8998](https://github.com/googleapis/google-cloud-python/pull/8998))
16+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
17+
718
## 1.2.0
819

920
07-24-2019 17:41 PDT

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-tasks"
2323
description = "Cloud Tasks API API client library"
24-
version = "1.2.0"
24+
version = "1.2.1"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)