Skip to content

Commit

Permalink
New version v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Apr 22, 2020
1 parent fc9e45a commit 6829679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.1 - 2020-04-22

# Add a '=' to a title underline in README.rst

## v2.0.0 - 2020-04-21

* New safer.open()
Expand Down
2 changes: 1 addition & 1 deletion safer.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
import traceback
import warnings

__version__ = '2.0.0'
__version__ = '2.0.1'
__all__ = 'open', 'printer', 'writer'
_raw_open = __builtins__['open']
IS_PY2 = platform.python_version() < '3'
Expand Down

0 comments on commit 6829679

Please sign in to comment.