diff options
author | Catherine Devlin <catherine.devlin@gsa.gov> | 2017-05-29 21:07:51 -0500 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gsa.gov> | 2017-05-29 21:07:51 -0500 |
commit | d86ea01b5ade92139021447f5fd135f392b45c9a (patch) | |
tree | d1bb0be0ff447b875da6ba871a2675c16d8bad11 /tests/test_cmd2.py | |
parent | e01ff81d323068d6fd62ccdacc36b2474ee4e2d6 (diff) | |
parent | 8c9d7528256f82c64591c5b70e7e9dab5c3c1417 (diff) | |
download | cmd2-git-d86ea01b5ade92139021447f5fd135f392b45c9a.tar.gz |
Merge branch 'master' of https://github.com/python-cmd2/cmd2
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r-- | tests/test_cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 42fb9a8c..ce47ef47 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -22,7 +22,7 @@ from conftest import run_cmd, normalize, BASE_HELP, HELP_HISTORY, SHORTCUTS_TXT, def test_ver(): - assert cmd2.__version__ == '0.7.2' + assert cmd2.__version__ == '0.7.3a' def test_base_help(base_app): |