We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bae06 commit a4bb562Copy full SHA for a4bb562
2 files changed
CHANGELOG.md
@@ -5,6 +5,13 @@
5
[1]: https://pypi.org/project/google-cloud-bigquery/#history
6
7
8
+## [3.20.1](https://github.com/googleapis/python-bigquery/compare/v3.20.0...v3.20.1) (2024-04-01)
9
+
10
11
+### Bug Fixes
12
13
+* Make `pyarrow` an optional dependency post-3.20.0 yanked release ([#1879](https://github.com/googleapis/python-bigquery/issues/1879)) ([21714e1](https://github.com/googleapis/python-bigquery/commit/21714e18bad8d8d89ed5642dbdb61d14e97d5f33))
14
15
## [3.20.0](https://github.com/googleapis/python-bigquery/compare/v3.19.0...v3.20.0) (2024-03-27)
16
17
google/cloud/bigquery/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "3.20.0"
+__version__ = "3.20.1"
0 commit comments