diff options
author | Jared Crapo <jared@kotfu.net> | 2017-12-11 19:15:15 -0700 |
---|---|---|
committer | Jared Crapo <jared@kotfu.net> | 2017-12-11 19:15:15 -0700 |
commit | 67e669e3345fb637e4f4779691a7a8ec4b1763f6 (patch) | |
tree | 7632e68cc845e1089111e9f10b105bce8c6d5a46 /tests | |
parent | 4f57dc14a7ffc2cbd741622da7d05d42ba7f7789 (diff) | |
parent | 63b0c6b3a92cab837a71bbad78e777c522823c93 (diff) | |
download | cmd2-git-67e669e3345fb637e4f4779691a7a8ec4b1763f6.tar.gz |
Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparse
Diffstat (limited to 'tests')
-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 c395acc3..c877e60f 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -24,7 +24,7 @@ from conftest import run_cmd, normalize, BASE_HELP, HELP_HISTORY, SHORTCUTS_TXT, def test_ver(): - assert cmd2.__version__ == '0.7.8a' + assert cmd2.__version__ == '0.7.9a' def test_empty_statement(base_app): |