Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 6b57699

Browse files
authored
Release tasks 1.1.0 (#7981)
1 parent 30e7b82 commit 6b57699

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.1.0
8+
9+
05-14-2019 15:30 PDT
10+
11+
### Implementation Changes
12+
- Remove log_sampling_ratio, add stackdriver_logging_config (via synth). ([#7950](https://github.com/googleapis/google-cloud-python/pull/7950))
13+
14+
### Documentation
15+
- Update docstrings (via synth). ([#7963](https://github.com/googleapis/google-cloud-python/pull/7963))
16+
- Update docstrings (via synth). ([#7940](https://github.com/googleapis/google-cloud-python/pull/7940))
17+
18+
### Internal / Testing Changes
19+
- Add nox session `docs`, reorder methods (via synth). ([#7783](https://github.com/googleapis/google-cloud-python/pull/7783))
20+
721
## 1.0.0
822

923
04-29-2019 16:35 PDT

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-tasks'
2323
description = 'Cloud Tasks API API client library'
24-
version = '1.0.0'
24+
version = '1.1.0'
2525
release_status = 'Development Status :: 5 - Production/Stable'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)