Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 73bf3ae

Browse files
authored
Release pubsub 0.45.0 (#8839)
* Release 0.45.0 * Remove redundant PubSub prefix from changelog item
1 parent d768d4f commit 73bf3ae

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## 0.45.0
8+
9+
07-31-2019 02:03 PDT
10+
11+
12+
### Implementation Changes
13+
14+
- Remove deprecated methods and settings ([#8836](https://github.com/googleapis/google-cloud-python/pull/8836))
15+
16+
17+
### Documentation
18+
19+
- Use double backticks for ReST correctness. ([#8829](https://github.com/googleapis/google-cloud-python/pull/8829))
20+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
21+
722
## 0.44.0
823

924
07-29-2019 04:28 PDT

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

0 commit comments

Comments
 (0)