Skip to content

Commit 84aab85

Browse files
authored
Release 1.2.0 (#5337)
1 parent a3c8aa1 commit 84aab85

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## 1.2.0
8+
9+
### Implementation Changes
10+
- Add close method to grpc Channel (#5333)
11+
12+
### Internal / Testing Changes
13+
- Fix tests after grpcio update (#5333)
14+
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
15+
716
## 1.1.2
817

918
### Packaging

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

0 commit comments

Comments
 (0)