Skip to content

Commit 3fca366

Browse files
authored
Widen range for 'google-cloud-core'. (#7969)
Prep bigquery-1.11.3 release.
1 parent 37fef3a commit 3fca366

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

bigquery/CHANGELOG.md

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

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

7+
## 1.11.3
8+
9+
05-14-2019 13:09 PDT
10+
11+
### Implementation Changes
12+
13+
- Widen range for 'google-cloud-core'. ([#7969](https://github.com/googleapis/google-cloud-python/pull/7969))
14+
715
## 1.11.2
816

917
04-05-2019 08:16 PDT

bigquery/setup.py

Lines changed: 2 additions & 2 deletions
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.11.2"
25+
version = "1.11.3"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
@@ -31,7 +31,7 @@
3131
dependencies = [
3232
'enum34; python_version < "3.4"',
3333
"google-api-core >= 1.6.0, < 2.0.0dev",
34-
"google-cloud-core >= 0.29.0, < 0.30dev",
34+
"google-cloud-core >= 0.29.0, < 2.0dev",
3535
"google-resumable-media >= 0.3.1",
3636
"protobuf >= 3.6.0",
3737
]

0 commit comments

Comments
 (0)