Skip to content

Commit

Permalink
bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnon Yaari committed Mar 8, 2016
1 parent 1244a00 commit 9f5a283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.7
* Fix issue #84: check if stream has 'closed' attribute before testing it
* Fix issue #74: objects might become None at exit
0.3.6
* Fix issue #81: fix ValueError when a closed stream was used
0.3.5
Expand Down
2 changes: 1 addition & 1 deletion colorama/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .ansi import Fore, Back, Style, Cursor
from .ansitowin32 import AnsiToWin32

__version__ = '0.3.6'
__version__ = '0.3.7'

0 comments on commit 9f5a283

Please sign in to comment.