Skip to content

Commit fe9dafb

Browse files
authored
Release 1.0.0 (googleapis#5185)
1 parent ac902e5 commit fe9dafb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

bigquery/CHANGELOG.md

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

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

7+
## 1.0.0
8+
9+
### Implementation Changes
10+
- Remove deprecated Client methods (#5182)
11+
712
## 0.32.0
813

914
### :warning: Interface changes

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

0 commit comments

Comments
 (0)