From d83cff271f67e756e65be9427056442858d2ec24 Mon Sep 17 00:00:00 2001 From: Arnon Yaari Date: Thu, 27 Apr 2017 10:07:46 +0300 Subject: [PATCH] bump version --- CHANGELOG.rst | 2 ++ colorama/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5a70dc..0c53846 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,5 @@ +0.3.9 + * Revert fix for issue #103 which causes problems for dependent applications 0.3.8 * Fix issue #121: "invalid escape sequence" deprecation fixes on Python 3.6+ * Fix issue #110: fix "set console title" when working with unicode strings diff --git a/colorama/__init__.py b/colorama/__init__.py index 43556e6..f4d9ce2 100644 --- a/colorama/__init__.py +++ b/colorama/__init__.py @@ -3,5 +3,5 @@ from .ansi import Fore, Back, Style, Cursor from .ansitowin32 import AnsiToWin32 -__version__ = '0.3.8' +__version__ = '0.3.9'