diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-28 11:28:35 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-28 11:28:35 -0400 |
commit | e54e5a5b891548df4df0acb04b6e607ad8f871b1 (patch) | |
tree | 481ab652f9d144dccc9a6f74aae9db7edd2b58f3 /setup.py | |
parent | 76c29610672e30a12aae3d75adf34b085571fe9f (diff) | |
download | cmd2-git-e54e5a5b891548df4df0acb04b6e607ad8f871b1.tar.gz |
Update CHANGELOG in preparation for 0.9.0 release0.9.0
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Main features: - Transcripts for use with built-in regression can be automatically generated from `history -t` Usable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. + +Version 0.9.0+ of cmd2 supports Python 3.4+ only. If you wish to use cmd2 with Python 2.7, then please install version +0.8.6 or earlier. """ CLASSIFIERS = list(filter(None, map(str.strip, |