We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad1b1e commit 23c385dCopy full SHA for 23c385d
dataproc/CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
[1]: https://pypi.org/project/google-cloud-dataproc/#history
6
7
+## 0.2.0
8
+
9
+### New Features
10
+- Regenerate v1 endpoint. Add v1beta2 endpoint (#5717)
11
12
## 0.1.2
13
14
### Implementation Changes
dataproc/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-dataproc'
24
description = 'Google Cloud Dataproc API client library'
25
-version = '0.1.2'
+version = '0.2.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments