We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bcf77 commit 8a15063Copy full SHA for 8a15063
2 files changed
scheduler/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-cloud-scheduler/#history
6
7
+## 0.3.0
8
+
9
+04-15-2019 10:32 PDT
10
11
12
+### New Features
13
+- add auth and configurable timeouts to v1beta1 (via synth). ([#7665](https://github.com/googleapis/google-cloud-python/pull/7665))
14
15
## 0.2.0
16
17
04-01-2019 15:39 PDT
scheduler/setup.py
@@ -21,7 +21,7 @@
21
22
name = 'google-cloud-scheduler'
23
description = 'Cloud Scheduler API API client library'
24
-version = '0.2.0'
+version = '0.3.0'
25
# Should be one of:
26
# 'Development Status :: 3 - Alpha'
27
# 'Development Status :: 4 - Beta'
0 commit comments