Skip to content

Commit

Permalink
Release v. 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Oct 3, 2016
1 parent bda1e10 commit c6e1f1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="cmd2",
version="0.6.9a",
version="0.6.9",
py_modules=["cmd2"],
use_2to3=True,

Expand Down

0 comments on commit c6e1f1e

Please sign in to comment.