Skip to content

Commit dcb2240

Browse files
authored
Release 0.10.0 (#266)
1 parent c44be5f commit dcb2240

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
===============
55

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+
612
0.9.1
713
+++++
814

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99
from setuptools import setup
1010

11-
VERSION = '0.9.1'
11+
VERSION = '0.10.0'
1212

1313
DEPENDENCIES = [
1414
'argcomplete',

0 commit comments

Comments
 (0)