Skip to content

Commit

Permalink
Support core 0.12dev releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Nov 20, 2016
1 parent 327beda commit bb6a3ae
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
'grpcio >= 1.0.0, < 2.0dev',
]

Expand Down
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
'grpcio >= 1.0.0, < 2.0dev',
]

Expand Down
2 changes: 1 addition & 1 deletion dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
'google-cloud-logging >= 0.21.0',
]

Expand Down
2 changes: 1 addition & 1 deletion language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
'grpcio >= 1.0.0, < 2.0dev',
'google-gax >= 0.14.1, < 0.15dev',
'gapic-google-logging-v2 >= 0.10.1, < 0.11dev',
Expand Down
2 changes: 1 addition & 1 deletion monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
'grpcio >= 1.0.0, < 2.0dev',
'google-gax >= 0.14.1, < 0.15dev',
'gapic-google-pubsub-v1 >= 0.10.1, < 0.11dev',
Expand Down
2 changes: 1 addition & 1 deletion resource_manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion runtimeconfig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion translate/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.*, < 0.21.0',
'google-cloud-core >= 0.20.0, < 0.21dev',
]

setup(
Expand Down

0 comments on commit bb6a3ae

Please sign in to comment.