diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2013-08-06 06:29:04 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2013-08-06 06:29:04 -0400 |
| commit | 57ff26f4a99812054cb1e7530563d18ce13a3c29 (patch) | |
| tree | d765ceaed80949198f5163f293cdbbdbbdd57ce8 | |
| parent | a6856ba742cfb5068524a7198e307d70445e9df5 (diff) | |
| download | cmd2-git-57ff26f4a99812054cb1e7530563d18ce13a3c29.tar.gz | |
v0.6.6 silencing editor check
| -rw-r--r-- | NEWS.txt | 7 | ||||
| -rwxr-xr-x | cmd2.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -15,3 +15,10 @@ News *Release date: 2013-03-18* * Bugfix for setup.py version check for Python 2.6, contributed by Tomaz Muraus (https://bitbucket.org/kami) + +0.6.6 +----- + +*Release date: 2013-08-06* + +* Added fix by bitbucket.org/desaintmartin to silence the editor check. bitbucket.org/catherinedevlin/cmd2/issue/1/silent-editor-check @@ -42,7 +42,7 @@ from code import InteractiveConsole, InteractiveInterpreter from optparse import make_option import pyparsing -__version__ = '0.6.5.1' +__version__ = '0.6.6' if sys.version_info[0] == 2: pyparsing.ParserElement.enablePackrat() @@ -14,7 +14,7 @@ else: setup( name="cmd2", - version="0.6.5.1", + version="0.6.6", py_modules=["cmd2"], use_2to3=True, |
