Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed May 9, 2020
1 parent 2329826 commit ebf7d34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.5.0 - 2020-05-09
------------------

* tests: fix tests in case HOME is overridden :bug:`12`
* uri2fsn: Handle a subset of legacy UNC file URIs on Windows :pr:`14`
* expanduser: Ignore HOME env var on Windows like Python 3.8 :pr:`15`


1.4.1 - 2019-12-26
------------------

Expand Down
2 changes: 1 addition & 1 deletion senf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
supports_ansi_escape_codes, fsn2norm


version = (1, 4, 2)
version = (1, 5, 0)
"""Tuple[`int`, `int`, `int`]: The version tuple (major, minor, micro)"""


Expand Down

0 comments on commit ebf7d34

Please sign in to comment.