We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c9a83 commit 72a263cCopy full SHA for 72a263c
2 files changed
scheduler/CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/google-cloud-scheduler/#history
6
7
+## 1.1.0
8
+
9
+05-13-2019 13:15 PDT
10
11
+### New Features
12
+- Add authorization headers and deadline for job attempts (via synth). ([#7938](https://github.com/googleapis/google-cloud-python/pull/7938))
13
14
+### Internal / Testing Changes
15
+- Add nox session `docs`, reorder methods (via synth). ([#7779](https://github.com/googleapis/google-cloud-python/pull/7779))
16
17
## 1.0.0
18
19
05-03-2019 10:04 PDT
scheduler/setup.py
@@ -21,7 +21,7 @@
21
22
name = 'google-cloud-scheduler'
23
description = 'Cloud Scheduler API API client library'
24
-version = '1.0.0'
+version = '1.1.0'
25
# Should be one of:
26
# 'Development Status :: 3 - Alpha'
27
# 'Development Status :: 4 - Beta'
0 commit comments