From 7cee50534b54d4b14567f153e83e95e680c99a43 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:18:05 +0000 Subject: [PATCH 1/2] chore(main): release 0.34.0 --- CHANGELOG.md | 13 +++++++++++++ google/cloud/runtimeconfig/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be42da8..fc41b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history +## [0.34.0](https://github.com/googleapis/python-runtimeconfig/compare/v0.33.3...v0.34.0) (2023-11-29) + + +### Features + +* Add support for Python 3.12 ([a565b8e](https://github.com/googleapis/python-runtimeconfig/commit/a565b8ef0b2d0c78d28a2fb68732fe60daa9b78e)) +* Introduce compatibility with native namespace packages ([#231](https://github.com/googleapis/python-runtimeconfig/issues/231)) ([1aaee60](https://github.com/googleapis/python-runtimeconfig/commit/1aaee609a9ae2c89079719f69c10d81a6b4e79c1)) + + +### Bug Fixes + +* Use version.py instead of pkg_resources.get_distribution ([#184](https://github.com/googleapis/python-runtimeconfig/issues/184)) ([2a7b9d0](https://github.com/googleapis/python-runtimeconfig/commit/2a7b9d04a27833f0bb0813b16842554005bfa847)) + ## [0.33.3](https://github.com/googleapis/python-runtimeconfig/compare/v0.33.2...v0.33.3) (2023-11-09) diff --git a/google/cloud/runtimeconfig/version.py b/google/cloud/runtimeconfig/version.py index c3a4e88..838ea01 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.33.3" +__version__ = "0.34.0" From ee21c42795070f053e792c70fc89b6b48091b3c7 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 29 Nov 2023 16:23:48 +0000 Subject: [PATCH 2/2] chore: release candidate 0.34.0rc1 --- CHANGELOG.md | 2 +- google/cloud/runtimeconfig/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc41b5b..9dfe8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history -## [0.34.0](https://github.com/googleapis/python-runtimeconfig/compare/v0.33.3...v0.34.0) (2023-11-29) +## [0.34.0rc1](https://github.com/googleapis/python-runtimeconfig/compare/v0.33.3...v0.34.0rc1) (2023-11-29) ### Features diff --git a/google/cloud/runtimeconfig/version.py b/google/cloud/runtimeconfig/version.py index 838ea01..86f0acc 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.34.0rc1"