Skip to content

Commit

Permalink
chore(pubsub): release 1.0.2 (#9362)
Browse files Browse the repository at this point in the history
* chore(pubsub): release 1.0.2

* Adjust release notes wording and grammar.
  • Loading branch information
plamut authored Sep 30, 2019
1 parent c96db8c commit b504f83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## 1.0.2

09-30-2019 11:57 PDT


### Implementation Changes

- Streaming pull shouldn't need `subscriptions.get` permission ([#9360](https://github.com/googleapis/google-cloud-python/pull/9360)).

## 1.0.1

09-27-2019 07:01 PDT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

0 comments on commit b504f83

Please sign in to comment.