Skip to content

Commit 8a15063

Browse files
authored
Release 0.3.0 (googleapis#7707)
1 parent d3bcf77 commit 8a15063

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

scheduler/CHANGELOG.md

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

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

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+
715
## 0.2.0
816

917
04-01-2019 15:39 PDT

scheduler/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-scheduler'
2323
description = 'Cloud Scheduler API API client library'
24-
version = '0.2.0'
24+
version = '0.3.0'
2525
# Should be one of:
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)