Skip to content

Commit 1503cd3

Browse files
tseaverbusunkim96
authored andcommitted
chore(error_reporting): release 0.33.0 (#9515)
1 parent 03441b5 commit 1503cd3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.33.0
8+
9+
10-22-2019 12:10 PDT
10+
11+
### New Features
12+
- Add `client_options` to constructor ([#9152](https://github.com/googleapis/google-cloud-python/pull/9152))
13+
14+
### Dependencies
15+
- Pin `google-cloud-logging >= 1.14.0, < 2.0.0dev`. ([#9476](https://github.com/googleapis/google-cloud-python/pull/9476))
16+
17+
### Documentation
18+
- Remove references to the old authentication credentials. ([#9456](https://github.com/googleapis/google-cloud-python/pull/9456))
19+
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
20+
- Remove CI for `gh-pages`, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
21+
22+
### Internal / Testing Changes
23+
- Harden `test_report_exception` systest by increasing `max_tries`. ([#9396](https://github.com/googleapis/google-cloud-python/pull/9396))
24+
725
## 0.32.1
826

927
08-23-2019 10:12 PDT

setup.py

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

2323
name = "google-cloud-error-reporting"
2424
description = "Stackdriver Error Reporting API client library"
25-
version = "0.32.1"
25+
version = "0.33.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)