Skip to content

Commit 2b42e29

Browse files
author
Jon Wayne Parrott
authored
Release google-api-core 1.1.0 (#5029)
1 parent 49ddc9d commit 2b42e29

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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-api-core/#history
66

7+
## 1.1.0
8+
9+
### Interface additions
10+
11+
- Add `datetime_helpers.DatetimeWithNanoSeconds` (#4979)
12+
13+
### Implementation changes
14+
15+
- Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
16+
717
## 1.0.0
818

919
This is the stable v1.0.0 release of google-api-core for Python. Releases after

setup.py

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

2323
name = 'google-api-core'
2424
description = 'Google API client core library'
25-
version = '1.0.0'
25+
version = '1.1.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)