Skip to content

Commit

Permalink
New version v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Apr 8, 2020
1 parent e77f20f commit 2fdf93c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.9.4 - 2020-04-08

* Rename to safer
* Rename safe_printer and safe_writer to printer, writer

## v0.9.3 - 2020-03-17

* New `safe_printer` context
Expand Down
2 changes: 1 addition & 1 deletion safer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path

SUFFIX = '.tmp'
__version__ = '0.9.3'
__version__ = '0.9.4'


@contextlib.contextmanager
Expand Down

0 comments on commit 2fdf93c

Please sign in to comment.