Skip to content

Commit df5e3e9

Browse files
authored
chore(pubsub): release 1.0.2 (googleapis#9362)
* chore(pubsub): release 1.0.2 * Adjust release notes wording and grammar.
1 parent 57734a3 commit df5e3e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pubsub/CHANGELOG.md

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

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

7+
## 1.0.2
8+
9+
09-30-2019 11:57 PDT
10+
11+
12+
### Implementation Changes
13+
14+
- Streaming pull shouldn't need `subscriptions.get` permission ([#9360](https://github.com/googleapis/google-cloud-python/pull/9360)).
15+
716
## 1.0.1
817

918
09-27-2019 07:01 PDT

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

0 commit comments

Comments
 (0)