Skip to content

Commit 6997970

Browse files
authored
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]: grpc/grpc#12455
1 parent e889ec9 commit 6997970

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.1.1
4+
5+
- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
6+
37
## v0.1.0
48

59
Initial release

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060

6161
EXTRAS_REQUIREMENTS = {
6262
':python_version<"3.2"': ['futures >= 3.0.0'],
63-
'grpc': ['grpcio >= 1.2.0, < 1.6dev'],
63+
'grpc': ['grpcio >= 1.7.0'],
6464
}
6565

6666
setup(
6767
name='google-api-core',
68-
version='0.1.0',
68+
version='0.1.1',
6969
description='Core Google API Client Library',
7070
long_description=README,
7171
namespace_packages=['google'],

0 commit comments

Comments
 (0)