summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-13 22:17:14 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-13 22:17:14 -0700
commitdaab800949272c5b6e6d950048559fe97c1aff7f (patch)
tree1f5e3a40e3261bdb573d164368c60e6ee8263cea /cmd2.py
parent3bdcdf206c5f4078b0e91ba3ad3d3b1815931694 (diff)
downloadcmd2-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-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index fac8042e..1373492a 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -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()