From 62319b7773cccb6989d05c8cd09d60233506ed33 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Mon, 13 May 2019 13:17:17 -0700 Subject: [PATCH] Release 1.1.0 --- scheduler/CHANGELOG.md | 10 ++++++++++ scheduler/setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index e3645a6fa719..620d87e2fcf7 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,16 @@ [1]: https://pypi.org/project/google-cloud-scheduler/#history +## 1.1.0 + +05-13-2019 13:15 PDT + +### New Features +- Add authorization headers and deadline for job attempts (via synth). ([#7938](https://github.com/googleapis/google-cloud-python/pull/7938)) + +### Internal / Testing Changes +- Add nox session `docs`, reorder methods (via synth). ([#7779](https://github.com/googleapis/google-cloud-python/pull/7779)) + ## 1.0.0 05-03-2019 10:04 PDT diff --git a/scheduler/setup.py b/scheduler/setup.py index 92a6c721380a..aa768d940ba3 100644 --- a/scheduler/setup.py +++ b/scheduler/setup.py @@ -21,7 +21,7 @@ name = 'google-cloud-scheduler' description = 'Cloud Scheduler API API client library' -version = '1.0.0' +version = '1.1.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'