Skip to content

Commit 719e19e

Browse files
authored
Release 0.37.1 (#5810)
1 parent d8b06c5 commit 719e19e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/google-cloud-pubsub/CHANGELOG.md

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

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

7+
## 0.37.1
8+
9+
### Implementation Changes
10+
11+
- Make get_initial_request more resilient to race conditions. (#5803)
12+
713
## 0.37.0
814

915
### Implementation Changes

packages/google-cloud-pubsub/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-pubsub'
2424
description = 'Google Cloud Pub/Sub API client library'
25-
version = '0.37.0'
25+
version = '0.37.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)