Skip to content

Commit f314557

Browse files
authored
chore(dataproc): release 0.6.0 (#9639)
1 parent 3130f61 commit f314557

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

dataproc/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

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

7+
## 0.6.0
8+
9+
11-07-2019 16:34 PST
10+
11+
12+
### Implementation Changes
13+
- Tweak proto annotations (via synth). ([#9466](https://github.com/googleapis/google-cloud-python/pull/9466))
14+
- Remove send/recv msg size limit (via synth). ([#8951](https://github.com/googleapis/google-cloud-python/pull/8951))
15+
16+
### New Features
17+
- Add V1 autoscaling policy support; annotate protos (via synth). ([#9402](https://github.com/googleapis/google-cloud-python/pull/9402))
18+
19+
### Documentation
20+
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
21+
- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
22+
- Remove compatibility badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))
23+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
24+
725
## 0.5.0
826

927
07-24-2019 16:02 PDT

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

0 commit comments

Comments
 (0)