Skip to content

Commit 72a263c

Browse files
authored
Release 1.1.0 (googleapis#7956)
1 parent 81c9a83 commit 72a263c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

scheduler/CHANGELOG.md

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

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

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+
717
## 1.0.0
818

919
05-03-2019 10:04 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 = '1.0.0'
24+
version = '1.1.0'
2525
# Should be one of:
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)