Skip to content

Commit 51609d5

Browse files
author
Jon Wayne Parrott
authored
Release error_reporting 0.29.1 (#4958)
1 parent 99ab21b commit 51609d5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.29.1
8+
9+
### Dependencies
10+
11+
- Update dependency range for api-core to include v1.0.0 releases (#4944)
12+
- Fix missing extra in api-core dependency (#4764)
13+
14+
### Testing and internal changes
15+
16+
- Install local dependencies when running lint (#4936)
17+
- Re-enable lint for tests, remove usage of pylint (#4921)
18+
- Normalize all setup.py files (#4909)
19+
720
## 0.29.0
821

922
### Breaking changes

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

0 commit comments

Comments
 (0)