Skip to content

Commit 813ba93

Browse files
authored
Patch in the version updates made when fixing #3579. (#3591)
1 parent 1ce2a3d commit 813ba93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252

5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.25.0, < 0.26dev',
55-
'google-cloud-logging >= 1.0.0, < 2.0dev',
55+
'google-cloud-logging >= 1.1.0, < 1.2dev',
5656
'gapic-google-cloud-error-reporting-v1beta1 >= 0.15.0, < 0.16dev'
5757
]
5858

5959
setup(
6060
name='google-cloud-error-reporting',
61-
version='0.25.0',
61+
version='0.25.1',
6262
description='Python Client for Stackdriver Error Reporting',
6363
long_description=README,
6464
namespace_packages=[

0 commit comments

Comments
 (0)