Skip to content

Commit 9031316

Browse files
authored
chore(bigquery): release 1.23.1 (#9981)
1 parent 4dfafe9 commit 9031316

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

bigquery/CHANGELOG.md

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

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

7+
## 1.23.1
8+
9+
12-16-2019 09:39 PST
10+
11+
12+
### Implementation Changes
13+
14+
- Add `iamMember` entity type to allowed access classes. ([#9973](https://github.com/googleapis/google-cloud-python/pull/9973))
15+
- Fix typo in import error message (pandas -> pyarrow). ([#9955](https://github.com/googleapis/google-cloud-python/pull/9955))
16+
17+
### Dependencies
18+
19+
- Add `six` as an explicit dependency. ([#9979](https://github.com/googleapis/google-cloud-python/pull/9979))
20+
21+
### Documentation
22+
23+
- Add sample to read from query destination table. ([#9964](https://github.com/googleapis/google-cloud-python/pull/9964))
24+
725
## 1.23.0
826

927
12-11-2019 13:31 PST

bigquery/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-bigquery"
2424
description = "Google BigQuery API client library"
25-
version = "1.23.0"
25+
version = "1.23.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)