Skip to content

Commit

Permalink
Version v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Feb 26, 2021
1 parent 0c672d9 commit c548b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.1 - 21/02/26

* Fix exception when using tempfiles

## v1.2.0 - 20/11/18

* Use VISUAL environment variable
Expand Down
2 changes: 1 addition & 1 deletion editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
import xmod

__all__ = 'editor', 'default_editor'
__version__ = '1.2.0'
__version__ = '1.2.1'

DEFAULT_EDITOR = 'vim'
EDITORS = {'Windows': 'notepad'}
Expand Down

0 comments on commit c548b7d

Please sign in to comment.