Skip to content

Commit

Permalink
New version v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Apr 16, 2020
1 parent 8bfac30 commit 9f35fb2
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.9 - 2020-04-16

* More documentation
* Add a test for doc_safer.py

## v0.9.8 - 2020-04-10

* Rename safer.open() to .writer()
Expand Down
2 changes: 1 addition & 1 deletion safer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import shutil

SUFFIX = '.tmp'
__version__ = '0.9.8'
__version__ = '0.9.9'
__all__ = 'writer', 'printer'


Expand Down

0 comments on commit 9f35fb2

Please sign in to comment.