From dcb224047fed1386080e2f126d555fe380374fa8 Mon Sep 17 00:00:00 2001 From: Jiashuo Li <4003950+jiasli@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:52:45 +0800 Subject: [PATCH] Release 0.10.0 (#266) --- 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 7913ed0..63d0a7a 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',