Skip to content

Commit 70fd04b

Browse files
chore: release 0.7.0 (#11)
🤖 I have created a release \*beep\* \*boop\* --- ## [0.7.0](https://www.github.com/googleapis/python-dataproc/compare/v0.6.1...v0.7.0) (2020-03-05) ### Features * add lifecycle config and reservation affinity support to v1 (via synth) ([#10](https://www.github.com/googleapis/python-dataproc/issues/10)) ([bb36194](https://www.github.com/googleapis/python-dataproc/commit/bb36194d4b0cfb6f2c5a0358625a17c629f71b21)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent 61cbd8b commit 70fd04b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/google-cloud-dataproc/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [0.7.0](https://www.github.com/googleapis/python-dataproc/compare/v0.6.1...v0.7.0) (2020-03-05)
8+
9+
10+
### Features
11+
12+
* add lifecycle config and reservation affinity support to v1 (via synth) ([#10](https://www.github.com/googleapis/python-dataproc/issues/10)) ([bb36194](https://www.github.com/googleapis/python-dataproc/commit/bb36194d4b0cfb6f2c5a0358625a17c629f71b21))
13+
714
## 0.6.1
815

916
11-12-2019 08:24 PST
@@ -155,4 +162,3 @@
155162

156163
- Re-enable lint for tests, remove usage of pylint (#4921)
157164
- Normalize all setup.py files (#4909)
158-

packages/google-cloud-dataproc/setup.py

+1-1
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.6.1"
25+
version = "0.7.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)