From 6623f5681bf89e486a08214a5a47d24502e1a95e Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Thu, 13 Sep 2018 02:44:20 -0400 Subject: [PATCH] Release 0.1.6 --- CHANGELOG.rst | 11 +++++++++++ news/12.feature | 1 - news/13.feature | 1 - src/vistir/__init__.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 news/12.feature delete mode 100644 news/13.feature diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 099d8d1..6b57c61 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +0.1.6 (2018-09-13) +================== + +Features +-------- + +- Made ``yaspin`` an optional dependency which can be added as an extra by using ``pip install vistir[spinner]`` and can be toggled with ``vistir.misc.run(...nospin=True)``. `#12 `_ + +- Added ``verbose`` flag to ``vistir.misc.run()`` to provide a way to prevent printing all subprocess output. `#13 `_ + + 0.1.5 (2018-09-07) ================== diff --git a/news/12.feature b/news/12.feature deleted file mode 100644 index 6035a8b..0000000 --- a/news/12.feature +++ /dev/null @@ -1 +0,0 @@ -Made ``yaspin`` an optional dependency which can be added as an extra by using ``pip install vistir[spinner]`` and can be toggled with ``vistir.misc.run(...nospin=True)``. diff --git a/news/13.feature b/news/13.feature deleted file mode 100644 index 82b73ee..0000000 --- a/news/13.feature +++ /dev/null @@ -1 +0,0 @@ -Added ``verbose`` flag to ``vistir.misc.run()`` to provide a way to prevent printing all subprocess output. diff --git a/src/vistir/__init__.py b/src/vistir/__init__.py index c968c9a..4be472a 100644 --- a/src/vistir/__init__.py +++ b/src/vistir/__init__.py @@ -13,7 +13,7 @@ from .path import mkdir_p, rmtree -__version__ = '0.1.6.dev0' +__version__ = '0.1.6' __all__ = [