From 4af68dce6b1c7b852c2af59cef2f9f1af2882d38 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 5 Nov 2019 11:23:14 -0800 Subject: [PATCH] chore(tasks): release 1.3.0 (#9595) --- tasks/CHANGELOG.md | 19 +++++++++++++++++++ tasks/setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/tasks/CHANGELOG.md b/tasks/CHANGELOG.md index a910fc21f898..fbb900e07bbb 100644 --- a/tasks/CHANGELOG.md +++ b/tasks/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-tasks/#history +## 1.3.0 + +11-04-2019 10:06 PST + +### Implementation Changes +- Add proto annotations (via synth) ([#9352](https://github.com/googleapis/google-cloud-python/pull/9352)) + +### New Features +- Add HTTP tasks, OAuth tokens, and OIDC tokens (via synth) ([#9588](https://github.com/googleapis/google-cloud-python/pull/9588)) + +### Documentation +- Tweak docstrings (via synth) ([#9433](https://github.com/googleapis/google-cloud-python/pull/9433)) +- Disambiguate client requests from cloud task requests ([#9398](https://github.com/googleapis/google-cloud-python/pull/9398)) +- Change requests intersphinx url (via synth) ([#9409](https://github.com/googleapis/google-cloud-python/pull/9409)) +- Update documentation (via synth) ([#9069](https://github.com/googleapis/google-cloud-python/pull/9069)) +- Remove compatibility badges from READMEs ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) +- Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) +- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) + ## 1.2.1 08-12-2019 13:50 PDT diff --git a/tasks/setup.py b/tasks/setup.py index 3b7afc41b737..900009501442 100644 --- a/tasks/setup.py +++ b/tasks/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-tasks" description = "Cloud Tasks API API client library" -version = "1.2.1" +version = "1.3.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev",