We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44be5f commit dcb2240Copy full SHA for dcb2240
HISTORY.rst
@@ -3,6 +3,12 @@
3
Release History
4
===============
5
6
+0.10.0
7
+++++++
8
+
9
+* Enable Virtual Terminal mode on legacy Windows terminal to support ANSI escape sequences (#265)
10
+* Drop Python 3.6 support (#259)
11
12
0.9.1
13
+++++
14
setup.py
@@ -8,7 +8,7 @@
import sys
from setuptools import setup
-VERSION = '0.9.1'
+VERSION = '0.10.0'
DEPENDENCIES = [
'argcomplete',
0 commit comments