Skip to content

Commit c1fa3b6

Browse files
authored
Release tasks 0.1.0 (googleapis#5354)
* Release Tasks 0.1.0
1 parent b3efe3b commit c1fa3b6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

tasks/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
[PyPI History][1]
4+
5+
[1]: https://pypi.org/project/google-cloud-tasks/#history
6+
7+
## 0.1.0
8+
9+
### New Features
10+
- Add v2beta2 endpoint for Tasks
11+

tasks/google/cloud/tasks_v2beta2/gapic/cloud_tasks_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from google.protobuf import timestamp_pb2
3939

4040
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
41-
'google-cloud-cloudtasks', ).version
41+
'google-cloud-tasks', ).version
4242

4343

4444
class CloudTasksClient(object):

tasks/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import setuptools
1919

20-
name = 'google-cloud-cloudtasks'
20+
name = 'google-cloud-tasks'
2121
description = 'Cloud Tasks API API client library'
2222
version = '0.1.0'
2323
release_status = 'Development Status :: 3 - Alpha'

0 commit comments

Comments
 (0)