diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-10-03 11:40:31 +0100 |
|---|---|---|
| committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-10-03 11:40:31 +0100 |
| commit | c6e1f1e58ce65686329e2163c0da17d84a446f2d (patch) | |
| tree | b67212c2bce4a55b7176832f004e3b26c81a11a2 | |
| parent | bda1e10f520104c44f0641df069ddc810fec69d1 (diff) | |
| download | cmd2-git-0.6.9.tar.gz | |
Release v. 0.6.90.6.9
| -rw-r--r-- | CHANGES.rst | 7 | ||||
| -rwxr-xr-x | setup.py | 2 |
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 @@ -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, |
