Skip to content

Commit

Permalink
Release api_core 1.5.2 (#6471)
Browse files Browse the repository at this point in the history
* Release 1.5.2
  • Loading branch information
crwilcox authored Nov 9, 2018
1 parent 29a7131 commit 2873baa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## 1.5.2

11-09-2018 14:22 PST


### Implementation Changes
- Retry transient errors in 'PollingFuture.result'. ([#6305](https://github.com/googleapis/google-cloud-python/pull/6305))

### Dependencies
- Remove hyphen from named extra in api_core. ([#6468](https://github.com/googleapis/google-cloud-python/pull/6468))
- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))

## 1.5.1

10-29-2018 13:29 PDT
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = 'google-api-core'
description = 'Google API client core library'
version = '1.5.1'
version = '1.5.2'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand All @@ -40,7 +40,8 @@
]
extras = {
'grpc': 'grpcio >= 1.8.2',
'grpcgcp': 'grpcio-gcp >= 0.2.2'
'grpcgcp': 'grpcio-gcp >= 0.2.2',
'grpcio-gcp': 'grpcio-gcp >= 0.2.2'
}


Expand Down

0 comments on commit 2873baa

Please sign in to comment.