We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce2a3d commit 813ba93Copy full SHA for 813ba93
setup.py
@@ -52,13 +52,13 @@
52
53
REQUIREMENTS = [
54
'google-cloud-core >= 0.25.0, < 0.26dev',
55
- 'google-cloud-logging >= 1.0.0, < 2.0dev',
+ 'google-cloud-logging >= 1.1.0, < 1.2dev',
56
'gapic-google-cloud-error-reporting-v1beta1 >= 0.15.0, < 0.16dev'
57
]
58
59
setup(
60
name='google-cloud-error-reporting',
61
- version='0.25.0',
+ version='0.25.1',
62
description='Python Client for Stackdriver Error Reporting',
63
long_description=README,
64
namespace_packages=[
0 commit comments