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

Commit f898461

Browse files
authored
chore(tasks): release 1.3.0 (#9595)
1 parent ec2f2d9 commit f898461

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.3.0
8+
9+
11-04-2019 10:06 PST
10+
11+
### Implementation Changes
12+
- Add proto annotations (via synth) ([#9352](https://github.com/googleapis/google-cloud-python/pull/9352))
13+
14+
### New Features
15+
- Add HTTP tasks, OAuth tokens, and OIDC tokens (via synth) ([#9588](https://github.com/googleapis/google-cloud-python/pull/9588))
16+
17+
### Documentation
18+
- Tweak docstrings (via synth) ([#9433](https://github.com/googleapis/google-cloud-python/pull/9433))
19+
- Disambiguate client requests from cloud task requests ([#9398](https://github.com/googleapis/google-cloud-python/pull/9398))
20+
- Change requests intersphinx url (via synth) ([#9409](https://github.com/googleapis/google-cloud-python/pull/9409))
21+
- Update documentation (via synth) ([#9069](https://github.com/googleapis/google-cloud-python/pull/9069))
22+
- Remove compatibility badges from READMEs ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))
23+
- Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
24+
- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
25+
726
## 1.2.1
827

928
08-12-2019 13:50 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.1"
24+
version = "1.3.0"
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)