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

Commit 094784e

Browse files
busunkim96crwilcox
authored andcommitted
Release 0.7.0 (#7706)
1 parent 6e400a1 commit 094784e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.7.0
8+
9+
04-15-2019 10:21 PDT
10+
11+
12+
### New Features
13+
- Add auth and stackdriver logging configuration (via synth). ([#7666](https://github.com/googleapis/google-cloud-python/pull/7666))
14+
15+
### Documentation
16+
- Tasks: Format docstrings for enums (via synth). ([#7601](https://github.com/googleapis/google-cloud-python/pull/7601))
17+
718
## 0.6.0
819

920
03-26-2019 13: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 = '0.6.0'
24+
version = '0.7.0'
2525
release_status = 'Development Status :: 3 - Alpha'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)