Skip to content

Commit f9177d4

Browse files
authored
Release error_reporting 0.32.1 (#9094)
1 parent 7bb0f53 commit f9177d4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.32.1
8+
9+
08-23-2019 10:12 PDT
10+
11+
### Implementation Changes
12+
- Remove send/recv msg size limit (via synth). ([#8954](https://github.com/googleapis/google-cloud-python/pull/8954))
13+
14+
### Documentation
15+
- Fix documentation links for iam and error-reporting. ([#9073](https://github.com/googleapis/google-cloud-python/pull/9073))
16+
- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))
17+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
18+
719
## 0.32.0
820

921
07-24-2019 16:17 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.0"
25+
version = "0.32.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)