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

Commit 4e9d89d

Browse files
authored
Release 0.6.0 (#7561)
1 parent 7318487 commit 4e9d89d

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.6.0
8+
9+
03-26-2019 13:35 PDT
10+
11+
12+
### Implementation Changes
13+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
14+
15+
### New Features
16+
- Generate v2. ([#7547](https://github.com/googleapis/google-cloud-python/pull/7547))
17+
718
## 0.5.0
819

920
03-06-2019 15:03 PST

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.5.0'
24+
version = '0.6.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)