Skip to content

Commit 62972c4

Browse files
author
Jon Wayne Parrott
authored
Release Error Reporting 0.29.0 (#4751)
1 parent 860d868 commit 62972c4

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

docs/error-reporting/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
* ``0.26.0`` (`PyPI <https://pypi.org/project/google-cloud-error-reporting/0.26.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/error-reporting-0.26.0>`__)
1818
* ``0.27.0`` (`PyPI <https://pypi.org/project/google-cloud-error-reporting/0.27.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/error-reporting-0.27.0>`__)
1919
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-error-reporting/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/error-reporting-0.28.0>`__)
20+
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud-error-reporting/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/error-reporting-0.29.0>`__)

error_reporting/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

error_reporting/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)