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 c12110d commit 8447441Copy full SHA for 8447441
CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-cloud-error-reporting/#history
6
7
+## 0.29.0
8
+
9
+### Breaking changes
10
11
+- The underlying autogenerated client library was re-generated to pick up new
12
+ features and resolve bugs, this may change the exceptions raised from various
13
+ methods. (#4695)
14
15
## 0.28.0
16
17
### Documentation
setup.py
@@ -58,7 +58,7 @@
58
59
setup(
60
name='google-cloud-error-reporting',
61
- version='0.28.1.dev1',
+ version='0.29.0',
62
description='Python Client for Stackdriver Error Reporting',
63
long_description=README,
64
namespace_packages=[
0 commit comments