From 1b515c0b235316c95235ea5e1759b5ed93e8cb3f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 14:56:54 +0000 Subject: [PATCH] chore(v1): release 1.28.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d367f73..897812ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +### [1.28.1](https://github.com/googleapis/python-bigquery/compare/v1.28.0...v1.28.1) (2022-04-04) + + +### Bug Fixes + +* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v1 release ([#1166](https://github.com/googleapis/python-bigquery/issues/1166)) ([34d9bec](https://github.com/googleapis/python-bigquery/commit/34d9beca7d9aab5a4871c819a5cd2434f48a090d)) + ## [1.28.0](https://www.github.com/googleapis/python-bigquery/compare/v1.27.2...v1.28.0) (2020-09-22) diff --git a/setup.py b/setup.py index c3ec8e413..9a1263d99 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-bigquery" description = "Google BigQuery API client library" -version = "1.28.0" +version = "1.28.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'