Skip to content

Commit

Permalink
Release prep for v0.3.2 (#37)
Browse files Browse the repository at this point in the history
* update CHANGELOG

* clarify default
  • Loading branch information
troyraen authored Jun 29, 2024
1 parent 86440be commit 67ddefc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## \[Unreleased\]

(none)

## \[0.3.2\] - 2024-06-28

### Added

- PubSubInvalid exception. Raised when an invalid Pub/Sub configuration is encountered.
Expand Down
2 changes: 1 addition & 1 deletion pittgoogle/pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def purge(self):
msg = (
"WARNING: This is permanent.\n"
f"Are you sure you want to purge all messages from the subscription\n{self.path}?\n"
"(y/n): "
"(y/[n]): "
)
proceed = input(msg)
if proceed.lower() == "y":
Expand Down

0 comments on commit 67ddefc

Please sign in to comment.