Skip to content

Commit

Permalink
Update CHANGELOG in preparation for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed May 28, 2018
1 parent 76c2961 commit e54e5a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e54e5a5

Please sign in to comment.