We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f01c5d commit a1aec8fCopy full SHA for a1aec8f
2 files changed
dataproc/CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Changelog
2
+
3
+[PyPI History][1]
4
5
+[1]: https://pypi.org/project/google-cloud-dataproc/#history
6
7
+## 0.1.1
8
9
+### Dependencies
10
11
+- Update dependency range for api-core to include v1.0.0 releases (#4944)
12
13
+### Testing and internal changes
14
15
+- Re-enable lint for tests, remove usage of pylint (#4921)
16
+- Normalize all setup.py files (#4909)
17
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.0'
+version = '0.1.1'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments