From 7103e60631030ab7e9d479821f726e61b7e67e7f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:46:36 +0000 Subject: [PATCH] chore(main): release 0.33.3 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f9896..be42da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history +## [0.33.3](https://github.com/googleapis/python-runtimeconfig/compare/v0.33.2...v0.33.3) (2023-11-09) + + +### Bug Fixes + +* Add trove classifier for python 3.11 ([#177](https://github.com/googleapis/python-runtimeconfig/issues/177)) ([717429e](https://github.com/googleapis/python-runtimeconfig/commit/717429ea45ca13d045a07ddb7ff9bde7395bd1a2)) +* Require google-cloud-core >= 1.4.4 ([#223](https://github.com/googleapis/python-runtimeconfig/issues/223)) ([e695994](https://github.com/googleapis/python-runtimeconfig/commit/e695994e66114303b17ef863e0203342dd0b7467)) + ## [0.33.2](https://github.com/googleapis/python-runtimeconfig/compare/v0.33.1...v0.33.2) (2022-07-10) diff --git a/setup.py b/setup.py index ed397e5..eab5647 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-runtimeconfig" description = "Google Cloud RuntimeConfig API client library" -version = "0.33.2" +version = "0.33.3" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'