Skip to content

Commit a07e02a

Browse files
authored
chore(api_core): release 1.14.3 (#9417)
1 parent ac8716d commit a07e02a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.14.3
8+
9+
10-07-2019 10:35 PDT
10+
11+
12+
### Implementation Changes
13+
- Finalize during close of 'ResumableBidiRpc' ([#9337](https://github.com/googleapis/google-cloud-python/pull/9337))
14+
- add on_error to Retry.__init__ ([#8892](https://github.com/googleapis/google-cloud-python/pull/8892))
15+
- Fix race in 'BackgroundConsumer._thread_main'. ([#8883](https://github.com/googleapis/google-cloud-python/pull/8883))
16+
17+
### Documentation
18+
- Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
19+
- Fix broken links in docs. ([#9148](https://github.com/googleapis/google-cloud-python/pull/9148))
20+
- About of time -> amount of time ([#9052](https://github.com/googleapis/google-cloud-python/pull/9052))
21+
- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))
22+
23+
### Internal / Testing Changes
24+
- Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
25+
726
## 1.14.2
827

928
07-30-2019 14:08 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.14.2"
25+
version = "1.14.3"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)