Skip to content

Commit 3d5fd02

Browse files
authored
Release bigquery_storage 0.2.0 (googleapis#7210)
* Release 0.2.0 * Remove extra line item
1 parent 4ccf568 commit 3d5fd02

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

bigquery_storage/CHANGELOG.md

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

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

7+
## 0.2.0
8+
9+
01-25-2019 13:54 PST
10+
11+
### New Features
12+
13+
- Add option to choose dtypes by column in to_dataframe. ([#7126](https://github.com/googleapis/google-cloud-python/pull/7126))
14+
15+
### Internal / Testing Changes
16+
17+
- Update copyright headers
18+
- Protoc-generated serialization update. ([#7076](https://github.com/googleapis/google-cloud-python/pull/7076))
19+
- BigQuery Storage: run 'blacken' during synth ([#7047](https://github.com/googleapis/google-cloud-python/pull/7047))
20+
721
## 0.1.1
822

923
12-17-2018 18:03 PST

bigquery_storage/setup.py

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

2222
name = 'google-cloud-bigquery-storage'
2323
description = 'BigQuery Storage API API client library'
24-
version = '0.2.0dev1'
24+
version = '0.2.0'
2525
release_status = 'Development Status :: 3 - Alpha'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)