Skip to content

Commit

Permalink
New version v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Mar 17, 2020
1 parent 6884ca8 commit b278302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## v0.9.2 - 2020-03-02
## v0.9.3 - 2020-03-17

* New `safe_printer` context
* More tests

## v0.9.2 - 2020-03-17

* Handle all file opening modes
* More and better error handling
Expand Down
2 changes: 1 addition & 1 deletion safe_writer.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.2'
__version__ = '0.9.3'


@contextlib.contextmanager
Expand Down

0 comments on commit b278302

Please sign in to comment.