Skip to content

Commit

Permalink
New version v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Apr 10, 2020
1 parent df8d215 commit 8e4b3c8
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.5 - 2020-04-09

* Support Python 2.7 and 3.4
* Two bugfixes
* More documentation
* Better error checking

## v0.9.4 - 2020-04-08

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

SUFFIX = '.tmp'
__version__ = '0.9.4'
__version__ = '0.9.5'


@contextlib.contextmanager
Expand Down

0 comments on commit 8e4b3c8

Please sign in to comment.