Skip to content

Commit f6bc038

Browse files
authored
Release 0.30.0 (googleapis#5356)
1 parent df731c3 commit f6bc038

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

error_reporting/CHANGELOG.md

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

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

7+
## 0.30.0
8+
9+
### Implementation Changes
10+
- Make dependency on logging less restrictive in error_reporting (#5345)
11+
12+
### Internal / Testing Changes
13+
- Modify system tests to use prerelease versions of grpcio (#5304)
14+
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
15+
- Fix bad trove classifier
16+
717
## 0.29.1
818

919
### Dependencies

error_reporting/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.29.1'
25+
version = '0.30.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)