Skip to content

Commit

Permalink
New version v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Apr 17, 2020
1 parent 275e1d2 commit 01706c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.9.11 - 2020-04-17

* Find a unique temporary filename
* Rename create_parents to create_parent
* Improve documentation
* Allow Python 2.7 tests to work in parallel

## v0.9.10 - 2020-04-16

* Fix README.rst's formatting
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 os
import shutil

__version__ = '0.9.10'
__version__ = '0.9.11'
__all__ = 'writer', 'printer'


Expand Down

0 comments on commit 01706c4

Please sign in to comment.