From f757724fd79d56d227b28a0f10aea7495bc3640c Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Fri, 17 May 2019 11:19:23 -0400 Subject: [PATCH] Release runtimeconfig-0.29.0 (#8008) --- runtimeconfig/CHANGELOG.md | 17 +++++++++++++++++ runtimeconfig/setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/runtimeconfig/CHANGELOG.md b/runtimeconfig/CHANGELOG.md index 54f9cee0b049..756812bb4c28 100644 --- a/runtimeconfig/CHANGELOG.md +++ b/runtimeconfig/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history +## 0.29.0 + +05-16-2019 12:32 PDT + + +### Implementation Changes +- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535)) + +### New Features +- Add `client_info` support to client / connection. ([#7871](https://github.com/googleapis/google-cloud-python/pull/7871)) + +### Dependencies +- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993)) + +### Documentation +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) + ## 0.28.3 12-17-2018 17:01 PST diff --git a/runtimeconfig/setup.py b/runtimeconfig/setup.py index 52379e9ff824..1f771df60592 100644 --- a/runtimeconfig/setup.py +++ b/runtimeconfig/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-runtimeconfig' description = 'Google Cloud RuntimeConfig API client library' -version = '0.28.3' +version = '0.29.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'