From 5c5f835f8bd086abed3426607d536102790ef3ce Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:06:39 +0800 Subject: [PATCH] Release 0.10.0 --- HISTORY.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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',