Skip to content

Commit 2873baa

Browse files
authored
Release api_core 1.5.2 (#6471)
* Release 1.5.2
1 parent 29a7131 commit 2873baa

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

7+
## 1.5.2
8+
9+
11-09-2018 14:22 PST
10+
11+
12+
### Implementation Changes
13+
- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))
14+
15+
### Dependencies
16+
- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
17+
- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
18+
- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
19+
720
## 1.5.1
821

922
10-29-2018 13:29 PDT

setup.py

Lines changed: 3 additions & 2 deletions
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.1'
25+
version = '1.5.2'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
@@ -40,7 +40,8 @@
4040
]
4141
extras = {
4242
'grpc': 'grpcio >= 1.8.2',
43-
'grpcgcp': 'grpcio-gcp >= 0.2.2'
43+
'grpcgcp': 'grpcio-gcp >= 0.2.2',
44+
'grpcio-gcp': 'grpcio-gcp >= 0.2.2'
4445
}
4546

4647

0 commit comments

Comments
 (0)