From d895bab7356337850cbde5002986cb82d6382ec0 Mon Sep 17 00:00:00 2001 From: Jiashuo Li <4003950+jiasli@users.noreply.github.com> Date: Thu, 4 Nov 2021 10:42:09 +0800 Subject: [PATCH] Release 0.8.3 (#251) --- HISTORY.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1083009..7ab27c2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.8.3 ++++++ + +* Support Python 3.10 (#250) +* Only install colorama on Windows (#249) + 0.8.2 +++++ diff --git a/setup.py b/setup.py index 0fd8963..364409f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys from setuptools import setup -VERSION = '0.8.2' +VERSION = '0.8.3' DEPENDENCIES = [ 'argcomplete',