Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed May 20, 2020
1 parent 7944195 commit 1c4d2e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.5.2 (2020-05-20)
==================

Features
--------

- ``vistir.compat`` now includes a backport of ``os.path.samefile`` for use on Windows on python 2.7. `#112 <https://github.com/sarugaku/vistir/issues/112>`_


0.5.1 (2020-05-14)
==================

Expand Down
1 change: 0 additions & 1 deletion news/112.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/vistir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from .path import create_tracked_tempdir, create_tracked_tempfile, mkdir_p, rmtree
from .spin import create_spinner

__version__ = "0.5.2.dev0"
__version__ = "0.5.2"


__all__ = [
Expand Down

0 comments on commit 1c4d2e1

Please sign in to comment.