From e54e5a5b891548df4df0acb04b6e607ad8f871b1 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 28 May 2018 11:28:35 -0400 Subject: [PATCH] Update CHANGELOG in preparation for 0.9.0 release --- CHANGELOG.md | 2 +- setup.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5836d34df..2bf01c5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.9.0 (May TBD, 2018) +## 0.9.0 (May 28, 2018) * Bug Fixes * If self.default_to_shell is true, then redirection and piping are now properly passed to the shell. Previously it was truncated. * Submenus now call all hooks, it used to just call precmd and postcmd. diff --git a/setup.py b/setup.py index 240dfe439..2f018ba50 100755 --- a/setup.py +++ b/setup.py @@ -37,6 +37,9 @@ - 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,