Skip to content

Commit a1aec8f

Browse files
author
Jon Wayne Parrott
authored
Release dataproc 0.1.1 (googleapis#4954)
1 parent 7f01c5d commit a1aec8f

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

dataproc/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

0 commit comments

Comments
 (0)