Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Oct 26, 2018
1 parent 5bb074c commit 3c676a0
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.2.2 (2018-10-26)
==================

Bug Fixes
---------

- Fixed a bug in the spinner implementation resulting in a failure to initialize colorama which could print control characters to the terminal on windows. `#30 <https://github.com/sarugaku/vistir/issues/30>`_


0.2.1 (2018-10-26)
==================

Expand Down
1 change: 0 additions & 1 deletion news/30.bugfix.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 @@ -15,7 +15,7 @@
from .spin import VistirSpinner, create_spinner


__version__ = '0.2.2.dev0'
__version__ = '0.2.2'


__all__ = [
Expand Down

0 comments on commit 3c676a0

Please sign in to comment.