diff options
| author | kotfu <kotfu@kotfu.net> | 2018-05-28 15:59:17 -0600 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2018-05-28 15:59:17 -0600 |
| commit | 05e15985e4a593c8b14151c705315e8985cff00e (patch) | |
| tree | 2e3737f7ac3511ad732b4feae9403189ac4f6938 /cmd2.py | |
| parent | dc4d4c6d9c22f7b3889b99ca5a4dbb649cce9c6c (diff) | |
| download | cmd2-git-0.8.7.tar.gz | |
Trying 0.8.7 for #4210.8.7
Diffstat (limited to 'cmd2.py')
| -rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ if six.PY2 and sys.platform.startswith('lin'): pass -__version__ = '0.8.6.1' +__version__ = '0.8.7' # Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past pyparsing.ParserElement.enablePackrat() |
