Thanks to visit codestin.com Credit goes to github.com
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 dc026dd commit e8292b6Copy full SHA for e8292b6
packages/google-cloud-error-reporting/setup.py
@@ -51,14 +51,14 @@
51
52
53
REQUIREMENTS = [
54
- 'google-cloud-core >= 0.24.0, < 0.25dev',
+ 'google-cloud-core >= 0.24.1, < 0.25dev',
55
'google-cloud-logging >= 1.0.0, < 2.0dev',
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.24.1',
+ version='0.24.2',
62
description='Python Client for Stackdriver Error Reporting',
63
long_description=README,
64
namespace_packages=[
0 commit comments