Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Oct 11, 2022
1 parent 6eb0ded commit 92070c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.7.0 (2022-10-11)
==================

Drop backports modules ``vistir.compat``

0.6.1 (2022-07-27)
==================

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

__version__ = "0.6.1"
__version__ = "0.7.0"


__all__ = [
Expand Down

0 comments on commit 92070c9

Please sign in to comment.