Skip to content

Commit e6eb1c5

Browse files
authored
Release api_core 1.9.0 (#7671)
* Release 1.9.0
1 parent a009d7f commit e6eb1c5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.9.0
8+
9+
04-05-2019 10:38 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow passing metadata as part of creating a bidi ([#7514](https://github.com/googleapis/google-cloud-python/pull/7514))
14+
15+
### Internal / Testing Changes
16+
- Update setup.py
17+
- API Core: specify a pytype output directory in setup.cfg. ([#7639](https://github.com/googleapis/google-cloud-python/pull/7639))
18+
719
## 1.8.2
820

921
03-22-2019 16:27 PDT

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

0 commit comments

Comments
 (0)