Skip to content

Commit 435b88e

Browse files
authored
Release Dataproc 0.1.2 (googleapis#5658)
1 parent 6cb22b8 commit 435b88e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

dataproc/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
[1]: https://pypi.org/project/google-cloud-dataproc/#history
66

7+
## 0.1.2
8+
9+
### Implementation Changes
10+
- Avoid overwriting '__module__' of messages from shared modules. (#5364)
11+
12+
### Internal / Testing Changes
13+
- Modify system tests to use prerelease versions of grpcio (#5304)
14+
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
15+
- Re-enable lint for tests, remove usage of pylint (#4921)
16+
717
## 0.1.1
818

919
### Dependencies

dataproc/setup.py

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

2323
name = 'google-cloud-dataproc'
2424
description = 'Google Cloud Dataproc API client library'
25-
version = '0.1.1'
25+
version = '0.1.2'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)