We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c8aa1 commit 84aab85Copy full SHA for 84aab85
CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
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
16
## 1.1.2
17
18
### Packaging
setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-api-core'
24
description = 'Google API client core library'
25
-version = '1.1.2'
+version = '1.2.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments