8000 Upgrading core to version to 0.21.0. · scottcode/google-cloud-python@d2fc2c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2fc2c2

Browse files
committed
Upgrading core to version to 0.21.0.
As a result, also upgrading the umbrella package and all packages to 0.21.0 (since they all depend on core).
1 parent 1b1bfe4 commit d2fc2c2

File tree

17 files changed

+48
-48
lines changed

17 files changed

+48
-48
lines changed

bigquery/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
5454
]
5555

5656
setup(
5757
name='google-cloud-bigquery',
58-
version='0.20.0',
58+
version='0.21.0',
5959
description='Python Client for Google BigQuery',
6060
long_description=README,
6161
namespace_packages=[

bigtable/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
5454
'grpcio >= 1.0.0, < 2.0dev',
5555
]
5656

5757
setup(
5858
name='google-cloud-bigtable',
59-
version='0.20.0',
59+
version='0.21.0',
6060
description='Python Client for Google Cloud Bigtable',
6161
long_description=README,
6262
namespace_packages=[

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
setup(
6161
name='google-cloud-core',
62-
version='0.20.0',
62+
version='0.21.0',
6363
description='API Client library for Google Cloud: Core Helpers',
6464
long_description=README,
6565
namespace_packages=[

datastore/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
5454
'grpcio >= 1.0.0, < 2.0dev',
5555
]
5656

5757
setup(
5858
name='google-cloud-datastore',
59-
version='0.20.1',
59+
version='0.21.0',
6060
description='Python Client for Google Cloud Datastore',
6161
long_description=README,
6262
namespace_packages=[

dns/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
5454
]
5555

5656
setup(
5757
name='google-cloud-dns',
58-
version='0.20.0',
58+
version='0.21.0',
5959
description='Python Client for Google Cloud DNS',
6060
long_description=README,
6161
namespace_packages=[

error_reporting/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
54-
'google-cloud-logging >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
54+
'google-cloud-logging >= 0.21.0',
5555
]
5656

5757
setup(
5858
name='google-cloud-error-reporting',
59-
version='0.20.0',
59+
version='0.21.0',
6060
description='Python Client for Stackdriver Error Reporting',
6161
long_description=README,
6262
namespace_packages=[

language/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
5454
]
5555

5656
setup(
5757
name='google-cloud-language',
58-
version='0.20.0',
58+
version='0.21.0',
5959
description='Python Client for Google Cloud Natural Language',
6060
long_description=README,
6161
namespace_packages=[

logging/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
5454
'grpcio >= 1.0.0, < 2.0dev',
5555
'google-gax >= 0.14.1, < 0.15dev',
5656
'gapic-google-logging-v2 >= 0.10.1, < 0.11dev',
@@ -59,7 +59,7 @@
5959

6060
setup(
6161
name='google-cloud-logging',
62-
version='0.20.0',
62+
version='0.21.0',
6363
description='Python Client for Stackdriver Logging',
6464
long_description=README,
6565
namespace_packages=[

monitoring/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
5454
]
5555

5656
setup(
5757
name='google-cloud-monitoring',
58-
version='0.20.0',
58+
version='0.21.0',
5959
description='Python Client for Stackdriver Monitoring',
6060
long_description=README,
6161
namespace_packages=[

pubsub/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.0',
53+
'google-cloud-core >= 0.21.0',
5454
'grpcio >= 1.0.0, < 2.0dev',
5555
'google-gax >= 0.14.1, < 0.15dev',
5656
'gapic-google-pubsub-v1 >= 0.10.1, < 0.11dev',
@@ -59,7 +59,7 @@
5959

< 5EE8 /div>
6060
setup(
6161
name='google-cloud-pubsub',
62-
version='0.20.0',
62+
version='0.21.0',
6363
description='Python Client for Google Cloud Pub/Sub',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)
0