Skip to content

Commit

Permalink
New version v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Mar 2, 2020
1 parent 73826d6 commit 5afb786
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 @@
## v0.9.0 - 2020-03-02

* Fix reading README in setup.py

## v0.9.0 - 2020-03-02

* Initial port from gitz
2 changes: 1 addition & 1 deletion safe_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pathlib import Path

SUFFIX = '.tmp'
__version__ = '0.9.0'
__version__ = '0.9.1'


@contextlib.contextmanager
Expand Down

0 comments on commit 5afb786

Please sign in to comment.