We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df731c3 commit f6bc038Copy full SHA for f6bc038
2 files changed
error_reporting/CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/google-cloud-error-reporting/#history
6
7
+## 0.30.0
8
+
9
+### Implementation Changes
10
+- Make dependency on logging less restrictive in error_reporting (#5345)
11
12
+### Internal / Testing Changes
13
+- Modify system tests to use prerelease versions of grpcio (#5304)
14
+- Add Test runs for Python 3.7 and remove 3.4 (#5295)
15
+- Fix bad trove classifier
16
17
## 0.29.1
18
19
### Dependencies
error_reporting/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-error-reporting'
24
description = 'Stackdriver Error Reporting API client library'
25
-version = '0.29.1'
+version = '0.30.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments