Skip to content

Commit 045a92d

Browse files
authored
Release api_core 1.6.0 (#6769)
1 parent 9017661 commit 045a92d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

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+
725
## 1.5.2
826

927
11-09-2018 14:22 PST

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

0 commit comments

Comments
 (0)