Skip to content

Commit

Permalink
Downgrading logging from 1.0.0 to 0.24.0.
Browse files Browse the repository at this point in the history
This is temporary as googleapis#2674 is still being sorted out.
This way we don't block an umbrella release or the release
of error reporting.
  • Loading branch information
dhermes committed Apr 1, 2017
1 parent 8c354a1 commit 68a35e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.24.0, < 0.25dev',
'google-cloud-logging >= 1.0.0, < 2.0dev',
'google-cloud-logging >= 0.24.0, < 0.25dev',
'gapic-google-cloud-error-reporting-v1beta1 >= 0.15.0, < 0.16dev'
]

Expand Down
4 changes: 2 additions & 2 deletions logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@

REQUIREMENTS = [
'google-cloud-core >= 0.24.0, < 0.25dev',
'grpcio >= 1.0.2, < 2.0dev',
'grpcio >= 1.2.0, < 2.0dev',
'gapic-google-cloud-logging-v2 >= 0.91.0, < 0.92dev',
]

setup(
name='google-cloud-logging',
version='1.0.0',
version='0.24.0',
description='Python Client for Stackdriver Logging',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'google-cloud-dns >= 0.24.0, < 0.25dev',
'google-cloud-error-reporting >= 0.24.0, < 0.25dev',
'google-cloud-language >= 0.24.0, < 0.25dev',
'google-cloud-logging >= 1.0.0, < 2.0dev',
'google-cloud-logging >= 0.24.0, < 0.25dev',
'google-cloud-monitoring >= 0.24.0, < 0.25dev',
'google-cloud-pubsub >= 0.24.0, < 0.25dev',
'google-cloud-resource-manager >= 0.24.0, < 0.25dev',
Expand Down

0 comments on commit 68a35e1

Please sign in to comment.