There was an error while loading. Please reload this page.
1 parent 8f1016a commit ab591fcCopy full SHA for ab591fc
tasks/CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
[1]: https://pypi.org/project/google-cloud-tasks/#history
6
7
+## 0.2.0
8
+
9
+### Implementation Changes
10
+- regenerate tasks v2beta2 (#5469)
11
+- Avoid overwriting '__module__' of messages from shared modules. (#5364)
12
13
## 0.1.0
14
15
### New Features
tasks/setup.py
@@ -19,7 +19,7 @@
19
20
name = 'google-cloud-tasks'
21
description = 'Cloud Tasks API API client library'
22
-version = '0.1.0'
+version = '0.2.0'
23
release_status = 'Development Status :: 3 - Alpha'
24
dependencies = [
25
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
0 commit comments