From 11595596b7d8116f05e3507729a56a819338459c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:13:17 +0000 Subject: [PATCH 1/2] chore(main): release 2.23.0 --- 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 ea7f9e97..a45596bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-api-core/#history +## [2.23.0](https://github.com/googleapis/python-api-core/compare/v2.22.0...v2.23.0) (2024-10-28) + + +### Features + +* Migrate to pyproject.toml ([#736](https://github.com/googleapis/python-api-core/issues/736)) ([159e9a4](https://github.com/googleapis/python-api-core/commit/159e9a49525937f18a55c38136aae32575424d55)) + ## [2.22.0](https://github.com/googleapis/python-api-core/compare/v2.21.0...v2.22.0) (2024-10-25) diff --git a/google/api_core/version.py b/google/api_core/version.py index 2db0ca51..416bf20e 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__ = "2.22.0" +__version__ = "2.23.0" From 83e24f89f260332091c03fcf64171c841095691b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 28 Oct 2024 16:17:28 +0000 Subject: [PATCH 2/2] chore: release candidate 2.23.0rc0 --- 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 a45596bc..81ece16e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [1]: https://pypi.org/project/google-api-core/#history -## [2.23.0](https://github.com/googleapis/python-api-core/compare/v2.22.0...v2.23.0) (2024-10-28) +## [2.23.0rc0](https://github.com/googleapis/python-api-core/compare/v2.22.0...v2.23.0rc0) (2024-10-28) ### Features diff --git a/google/api_core/version.py b/google/api_core/version.py index 416bf20e..a967c329 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__ = "2.23.0" +__version__ = "2.23.0rc0"