summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <toleonha@microsoft.com>2018-04-10 10:39:53 -0700
committerTodd Leonhardt <toleonha@microsoft.com>2018-04-10 10:39:53 -0700
commitef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48 (patch)
tree9a02f742e54c27c216cd8397e9636e98bdb6560f /tests/test_cmd2.py
parent3efcce1adbc259edde7429933bcd5ad753810a46 (diff)
downloadcmd2-git-ef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48.tar.gz
Updated version to 0.8.5
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 5481f937..c675c0b2 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -25,7 +25,7 @@ from conftest import run_cmd, normalize, BASE_HELP, HELP_HISTORY, SHORTCUTS_TXT,
def test_ver():
- assert cmd2.__version__ == '0.8.4'
+ assert cmd2.__version__ == '0.8.5'
def test_empty_statement(base_app):