From a66d15e6e1470b90cf2b2ca0fa5aaa84493c894d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 18:21:27 +0000 Subject: [PATCH 1/3] chore(v1): release 1.33.1 --- CHANGELOG.md | 7 +++++++ google/api_core/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 480bcb61..2b48c9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-api-core/#history +## [1.33.1](https://github.com/googleapis/python-api-core/compare/v1.33.0...v1.33.1) (2022-09-14) + + +### Bug Fixes + +* Improve transcoding error message ([#442](https://github.com/googleapis/python-api-core/issues/442)) ([#445](https://github.com/googleapis/python-api-core/issues/445)) ([d0352ca](https://github.com/googleapis/python-api-core/commit/d0352ca72ac6986130e7ac754f67aeb0ac758a5a)) + ## [1.33.0](https://github.com/googleapis/python-api-core/compare/v1.32.0...v1.33.0) (2022-09-06) diff --git a/google/api_core/version.py b/google/api_core/version.py index d4cd2b06..c0f09084 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.33.0" +__version__ = "1.33.1" From 909d92691179df8a639281429524d1ff8f990b67 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 14 Sep 2022 18:23:12 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6dd32fec..7092a139 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ on: pull_request: branches: - - v1 + - main name: docs jobs: docs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cabd0e5b..eae860a2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ on: pull_request: branches: - - v1 + - main name: lint jobs: lint: From e4781fdcd2349ee914e75d49f9371310e44b76da Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 15 Sep 2022 13:37:29 +0000 Subject: [PATCH 3/3] revert owlbot changes --- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7092a139..6dd32fec 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ on: pull_request: branches: - - main + - v1 name: docs jobs: docs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eae860a2..cabd0e5b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ on: pull_request: branches: - - main + - v1 name: lint jobs: lint: