From a8167b6ba618d81699b0a6b7cbaed820b5555360 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 02:49:43 +0000 Subject: [PATCH] chore(main): release 1.0.4 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129fd8b..2c35ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/googleapis/python-bigquery-logging/compare/v1.0.3...v1.0.4) (2022-07-14) + + +### Bug Fixes + +* require python 3.7+ ([#102](https://github.com/googleapis/python-bigquery-logging/issues/102)) ([194a3de](https://github.com/googleapis/python-bigquery-logging/commit/194a3debb9905772c813e19b020e79dbb2b1df24)) + ## [1.0.3](https://github.com/googleapis/python-bigquery-logging/compare/v1.0.2...v1.0.3) (2022-06-03) diff --git a/setup.py b/setup.py index d43b469..c33b37d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import setuptools # type: ignore -version = "1.0.3" +version = "1.0.4" package_root = os.path.abspath(os.path.dirname(__file__))