Skip to content

Commit e9081b2

Browse files
authored
Release google-api_core 1.14.0. (#8700)
1 parent 13eea09 commit e9081b2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.14.0
8+
9+
07-17-2019 13:16 PDT
10+
11+
12+
### New Features
13+
- Firestore: Add `should_terminate` predicate for clean BiDi shutdown. ([#8650](https://github.com/googleapis/google-cloud-python/pull/8650))
14+
15+
### Dependencies
16+
- Update pins of 'googleapis-common-protos. ([#8688](https://github.com/googleapis/google-cloud-python/pull/8688))
17+
18+
### Documentation
19+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
20+
21+
### Internal / Testing Changes
22+
- All: Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
23+
724
## 1.13.0
825

926
06-24-2019 10:34 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.13.0"
25+
version = "1.14.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)