diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-13 22:17:14 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-13 22:17:14 -0700 |
commit | daab800949272c5b6e6d950048559fe97c1aff7f (patch) | |
tree | 1f5e3a40e3261bdb573d164368c60e6ee8263cea /cmd2.py | |
parent | 3bdcdf206c5f4078b0e91ba3ad3d3b1815931694 (diff) | |
download | cmd2-git-daab800949272c5b6e6d950048559fe97c1aff7f.tar.gz |
Preparation for 0.8.5 release
- Bumped version to 0.8.5
- Added details to CHANGELOG.md regarding recent changes
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ if six.PY2 and sys.platform.startswith('lin'): pass -__version__ = '0.8.4' +__version__ = '0.8.5' # Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past pyparsing.ParserElement.enablePackrat() |