Skip to content

Commit

Permalink
Release Error Reporting 0.29.0 (#4751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Jan 16, 2018
1 parent 860d868 commit 62972c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/error-reporting/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
* ``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>`__)
* ``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>`__)
* ``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>`__)
* ``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>`__)
8 changes: 8 additions & 0 deletions error_reporting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## 0.29.0

### Breaking changes

- The underlying autogenerated client library was re-generated to pick up new
features and resolve bugs, this may change the exceptions raised from various
methods. (#4695)

## 0.28.0

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup(
name='google-cloud-error-reporting',
version='0.28.1.dev1',
version='0.29.0',
description='Python Client for Stackdriver Error Reporting',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 62972c4

Please sign in to comment.