summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-10-03 11:40:31 +0100
committerFederico Ceratto <federico.ceratto@gmail.com>2016-10-03 11:40:31 +0100
commitc6e1f1e58ce65686329e2163c0da17d84a446f2d (patch)
treeb67212c2bce4a55b7176832f004e3b26c81a11a2
parentbda1e10f520104c44f0641df069ddc810fec69d1 (diff)
downloadcmd2-git-c6e1f1e58ce65686329e2163c0da17d84a446f2d.tar.gz
Release v. 0.6.90.6.9
-rw-r--r--CHANGES.rst7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2cd4eb90..b873df3d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -37,3 +37,10 @@ News
* better editor checking (by Ian Cordascu)
+0.6.9
+-----
+
+* Support Python 3 input()
+* Fix subprocess.mswindows bug
+* Add Python3.6 support
+* Drop distutils from setup.py
diff --git a/setup.py b/setup.py
index a296edec..54e156e9 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ install_requires = ['pyparsing >= 2.0.1']
setup(
name="cmd2",
- version="0.6.9a",
+ version="0.6.9",
py_modules=["cmd2"],
use_2to3=True,