8000 Support core 0.12dev releases. · googleapis/google-cloud-python@bb6a3ae · GitHub
[go: up one dir, main page]

Skip to content

Commit bb6a3ae

Browse files
committed
Support core 0.12dev releases.
1 parent 327beda commit bb6a3ae

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

bigquery/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.*, < 0.21.0',
53+
'google-cloud-core >= 0.20.0, < 0.21dev',
5454
]
5555

5656
setup(

bigtable/setup.py

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

5151

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

datastore/setup.py

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

5151

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

dns/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.*, < 0.21.0',
53+
'google-cloud-core >= 0.20.0, < 0.21dev',
5454
]
5555

5656
setup(

error_reporting/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.*, < 0.21.0',
53+
'google-cloud-core >= 0.20.0, < 0.21dev',
5454
'google-cloud-logging >= 0.21.0',
5555
]
5656

language/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.*, < 0.21.0',
53+
'google-cloud-core >= 0.20.0, < 0.21dev',
5454
]
5555

5656
setup(

logging/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.*, < 0.21.0',
53+
'google-cloud-core >= 0.20.0, < 0.21dev',
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',

monitoring/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.*, < 0.21.0',
53+
'google-cloud-core >= 0.20.0, < 0.21dev',
5454
]
5555

5656
setup(

pubsub/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.*, < 0.21.0',
53+
'google-cloud-core >= 0.20.0, < 0.21dev',
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',

resource_manager/setup.py

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

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.20.*, < 0.21.0',
53+
'google-cloud-core >= 0.20.0, < 0.21dev',
5454
]
5555

5656
setup(

0 commit comments

Comments
 (0)
0