diff --git a/HISTORY.rst b/HISTORY.rst index f730cb4..c9527a1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.10.0 +++++++ + +* Enable Virtual Terminal mode on legacy Windows terminal to support ANSI escape sequences (#265) +* Drop Python 3.6 support (#259) + 0.9.1 +++++ diff --git a/setup.py b/setup.py index aaf7434..9f398fe 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys from setuptools import setup -VERSION = '0.9.1' +VERSION = '0.10.0' DEPENDENCIES = [ 'argcomplete',