From cc36847f2cea73562fc4e1a7eeca25a3e18e9c9f Mon Sep 17 00:00:00 2001 From: Kevin Zheng <147537668+gkevinzheng@users.noreply.github.com> Date: Thu, 13 Nov 2025 14:37:14 -0500 Subject: [PATCH 1/2] chore: Update version of python-runtimeconfig to v0.35.0 --- .librarian/state.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index d9a67a4..8db6d8d 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: google-cloud-runtimeconfig - version: 0.35.1 + version: 0.35.0 apis: [] source_roots: - . From 7f86402ecfb9e7086393fd77bb30eb3e1ef8acc1 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 13 Nov 2025 19:46:39 +0000 Subject: [PATCH 2/2] chore: create a release --- .librarian/state.yaml | 3 ++- CHANGELOG.md | 8 ++++++++ google/cloud/runtimeconfig/version.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 8db6d8d..a6f59b1 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,8 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: google-cloud-runtimeconfig - version: 0.35.0 + version: 0.35.1 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb1470..21f6ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history +## [0.35.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-runtimeconfig-v0.35.0...google-cloud-runtimeconfig-v0.35.1) (2025-11-13) + + +### Bug Fixes + +* remove setup.cfg configuration for creating universal wheels (#321) ([922db8cec6b2896087d95dc7f360a4b2edeaaea0](https://github.com/googleapis/google-cloud-python/commit/922db8cec6b2896087d95dc7f360a4b2edeaaea0)) +* resolve issues where pre-release versions of dependencies are installed (#318) ([14337044ae5d5c33a10f4a9dbb322db3352963e2](https://github.com/googleapis/google-cloud-python/commit/14337044ae5d5c33a10f4a9dbb322db3352963e2)) + ## [0.35.0](https://github.com/googleapis/python-runtimeconfig/compare/v0.34.0...v0.35.0) (2025-01-30) diff --git a/google/cloud/runtimeconfig/version.py b/google/cloud/runtimeconfig/version.py index 99e59a2..942228f 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.35.0" +__version__ = "0.35.1"