Skip to content

Commit e54e5a5

Browse files
committed
Update CHANGELOG in preparation for 0.9.0 release
1 parent 76c2961 commit e54e5a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.0 (May TBD, 2018)
1+
## 0.9.0 (May 28, 2018)
22
* Bug Fixes
33
* If self.default_to_shell is true, then redirection and piping are now properly passed to the shell. Previously it was truncated.
44
* Submenus now call all hooks, it used to just call precmd and postcmd.

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
- Transcripts for use with built-in regression can be automatically generated from `history -t`
3838
3939
Usable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.
40+
41+
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
42+
0.8.6 or earlier.
4043
"""
4144

4245
CLASSIFIERS = list(filter(None, map(str.strip,

0 commit comments

Comments
 (0)