From f34db86701ca8903c04d00666fcbbb78ef052726 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:53:29 +0000 Subject: [PATCH] chore(main): release 0.35.0 --- CHANGELOG.md | 7 +++++++ google/cloud/runtimeconfig/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0581e..65bccfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history +## [0.35.0](https://github.com/googleapis/python-runtimeconfig/compare/v0.34.0...v0.35.0) (2025-01-03) + + +### Features + +* Add support for Python 3.13 ([#304](https://github.com/googleapis/python-runtimeconfig/issues/304)) ([b9dde5e](https://github.com/googleapis/python-runtimeconfig/commit/b9dde5ecc69f084056fce12ce73e1054d6db2400)) + ## [0.34.0](https://github.com/googleapis/python-runtimeconfig/compare/v0.33.3...v0.34.0) (2023-12-07) diff --git a/google/cloud/runtimeconfig/version.py b/google/cloud/runtimeconfig/version.py index 838ea01..99e59a2 100644 --- a/google/cloud/runtimeconfig/version.py +++ b/google/cloud/runtimeconfig/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.34.0" +__version__ = "0.35.0"