Skip to content

Commit 55b6da8

Browse files
authored
Release 0.3.1 (#7372)
1 parent e47616a commit 55b6da8

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

dataproc/CHANGELOG.md

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

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

7+
## 0.3.1
8+
9+
02-15-2019 12:36 PST
10+
11+
12+
### Implementation Changes
13+
- Remove unused message exports. ([#7266](https://github.com/googleapis/google-cloud-python/pull/7266))
14+
- Protoc-generated serialization update.. ([#7079](https://github.com/googleapis/google-cloud-python/pull/7079))
15+
- Trivial housekeeping change to .proto files. ([#7067](https://github.com/googleapis/google-cloud-python/pull/7067))
16+
17+
### Documentation
18+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
19+
- Pick up stub docstring fix in GAPIC generator. ([#6967](https://github.com/googleapis/google-cloud-python/pull/6967))
20+
21+
### Internal / Testing Changes
22+
- Copy proto files alongside protoc versions.
23+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
24+
- Update copyright headers
25+
726
## 0.3.0
827

928
12-17-2018 18:20 PST

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

0 commit comments

Comments
 (0)