Skip to content

Commit 6154a56

Browse files
authored
Release Pub/Sub 0.37.0 (#5795)
1 parent 8fe0dde commit 6154a56

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.0
8+
9+
### Implementation Changes
10+
11+
- Make Publisher batch-related interfaces private (#5784)
12+
713
## 0.36.0
814

915
### Implementation Changes

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.36.0'
25+
version = '0.37.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)