Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2711ce

Browse files
authored
Release 1.0.2 (googleapis#8289)
1 parent c5acdad commit f2711ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

core/CHANGELOG.md

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

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

7+
## 1.0.2
8+
9+
06/11/2019 15:19 PDT
10+
11+
### Internal Changes
12+
- Prevent requests from hanging on SSL handshake issue by adding a max timeout of 5 minutes. (#8207)
13+
714
## 1.0.1
815

916
05-28-2019 11:22 PDT

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-core"
2424
description = "Google Cloud API client core library"
25-
version = "1.0.1"
25+
version = "1.0.2"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)