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

Commit

Permalink
Release 0.7.0 (#7706)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored and crwilcox committed Apr 15, 2019
1 parent 6e400a1 commit 094784e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## 0.7.0

04-15-2019 10:21 PDT


### New Features
- Add auth and stackdriver logging configuration (via synth). ([#7666](https://github.com/googleapis/google-cloud-python/pull/7666))

### Documentation
- Tasks: Format docstrings for enums (via synth). ([#7601](https://github.com/googleapis/google-cloud-python/pull/7601))

## 0.6.0

03-26-2019 13:35 PDT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = 'google-cloud-tasks'
description = 'Cloud Tasks API API client library'
version = '0.6.0'
version = '0.7.0'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
Expand Down

0 comments on commit 094784e

Please sign in to comment.