Skip to content

Commit 8447441

Browse files
author
Jon Wayne Parrott
authored
Release Error Reporting 0.29.0 (#4751)
1 parent c12110d commit 8447441

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://pypi.org/project/google-cloud-error-reporting/#history
66

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+
715
## 0.28.0
816

917
### Documentation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

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

0 commit comments

Comments
 (0)