From c9d356b9d469b17fc53ea6f54565dac32d895023 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 30 Oct 2017 14:41:42 -0700 Subject: [PATCH] Cutting version 0.28.0 of `google-cloud-core`. (#4280) Also - updating all dependencies of `grpcio` to `>= 1.7.0`. This was due to an issue [1] with `1.6.0`. - updating the version of `google-api-core` (also to be released, This is required since the bounds on `grpcio` of `google-cloud-core==0.28.0` and `google-api-core==0.1.0` are mutually exclusive.) - Updating `google-api-core` CHANGELOG for release. - Updating packages to depend on `google-cloud-core>=0.28.0`. - Installing `nox -s lint` deps locally for vision. [1]: https://github.com/grpc/grpc/issues/12455 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 83efbe3..acea6a3 100644 --- a/setup.py +++ b/setup.py @@ -51,16 +51,16 @@ REQUIREMENTS = [ - 'google-api-core >= 0.1.0, < 0.2.0dev', + 'google-api-core >= 0.1.1, < 0.2.0dev', ] EXTRAS_REQUIREMENTS = { - 'grpc': ['grpcio >= 1.2.0, < 1.6dev'], + 'grpc': ['grpcio >= 1.7.0'], } setup( name='google-cloud-core', - version='0.27.1', + version='0.28.0', description='API Client library for Google Cloud: Core Helpers', long_description=README, namespace_packages=[