summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 15:59:17 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 15:59:17 -0600
commit05e15985e4a593c8b14151c705315e8985cff00e (patch)
tree2e3737f7ac3511ad732b4feae9403189ac4f6938 /tests/test_cmd2.py
parentdc4d4c6d9c22f7b3889b99ca5a4dbb649cce9c6c (diff)
downloadcmd2-git-05e15985e4a593c8b14151c705315e8985cff00e.tar.gz
Trying 0.8.7 for #4210.8.7
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 1256f37e..66e4d601 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -26,7 +26,7 @@ from conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \
def test_ver():
- assert cmd2.__version__ == '0.8.6.1'
+ assert cmd2.__version__ == '0.8.7'
def test_empty_statement(base_app):