File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/google-api-core/#history
6
6
7
+ ## 1.6.0
8
+
9
+ 11-30-2018 12:45 PST
10
+
11
+
12
+ ### Implementation Changes
13
+ - Import stdlib ABCs from 'collections.abc' rather than 'collections'. ([ #6451 ] ( https://github.com/googleapis/google-cloud-python/pull/6451 ) )
14
+
15
+ ### New Features
16
+ - Move google.cloud.iam (core) to google.api_core.iam ([ #6740 ] ( https://github.com/googleapis/google-cloud-python/pull/6740 ) )
17
+ - Add bidi support to api_core. ([ #6191 ] ( https://github.com/googleapis/google-cloud-python/pull/6191 ) )
18
+
19
+ ### Documentation
20
+ - Fix typo ([ #6532 ] ( https://github.com/googleapis/google-cloud-python/pull/6532 ) )
21
+
22
+ ### Internal / Testing Changes
23
+ - blacken api_core and core ([ #6668 ] ( https://github.com/googleapis/google-cloud-python/pull/6668 ) )
24
+
7
25
## 1.5.2
8
26
9
27
11-09-2018 14:22 PST
Original file line number Diff line number Diff line change 22
22
23
23
name = "google-api-core"
24
24
description = "Google API client core library"
25
- version = "1.5.2 "
25
+ version = "1.6.0 "
26
26
# Should be one of:
27
27
# 'Development Status :: 3 - Alpha'
28
28
# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments