From 8dee57eb8245d60862475d3be55218124d3f89a3 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 13 Feb 2024 17:57:54 +0000 Subject: [PATCH] chore: release candidate v1.34.1rc1 --- CHANGELOG.md | 2 +- google/api_core/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5963ed2..78cd2375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [1]: https://pypi.org/project/google-api-core/#history -## [1.34.1](https://github.com/googleapis/python-api-core/compare/v1.34.0...v1.34.1) (2024-02-13) +## [1.34.1rc1](https://github.com/googleapis/python-api-core/compare/v1.34.0...v1.34.1rc1) (2024-02-13) ### Bug Fixes diff --git a/google/api_core/version.py b/google/api_core/version.py index 7b7b3540..aac22a09 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.34.1" +__version__ = "1.34.1rc1"