summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 11:47:25 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 11:47:25 -0700
commit09b22c56266aad307744372a0dca8b57f43162bd (patch)
tree70d598d690add8fe60e060dc4db9e7f2e78e7131 /cmd2.py
parentd4c6cd476d9cbdf306dec9ccde1efa822d2c61d8 (diff)
downloadcmd2-git-09b22c56266aad307744372a0dca8b57f43162bd.tar.gz
Created python2 branch for 0.8.x bug fix releases
Also: - Bumped version to 0.8.6 on this branch
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 1689d37c..ec07510e 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -188,7 +188,7 @@ if six.PY2 and sys.platform.startswith('lin'):
pass
-__version__ = '0.8.5'
+__version__ = '0.8.6'
# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
pyparsing.ParserElement.enablePackrat()