Skip to content

Commit

Permalink
Release 0.37.1 (#5810)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Aug 16, 2018
1 parent b2261bd commit 09c3815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pubsub/CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@

[1]: https://pypi.org/project/google-cloud-pubsub/#history

## 0.37.1

### Implementation Changes

- Make get_initial_request more resilient to race conditions. (#5803)

## 0.37.0

### Implementation Changes
Expand Down
2 changes: 1 addition & 1 deletion pubsub/setup.py
Expand Up @@ -22,7 +22,7 @@

name = 'google-cloud-pubsub'
description = 'Google Cloud Pub/Sub API client library'
version = '0.37.0'
version = '0.37.1'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 09c3815

Please sign in to comment.