diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 13:48:08 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 13:48:08 -0500 |
| commit | f82ed4e03627f3149da0675432f218c5ead468e2 (patch) | |
| tree | 2ebdb0db05ed3e90bface0236e14bc1455de7b5f /tests | |
| parent | 63b0c6b3a92cab837a71bbad78e777c522823c93 (diff) | |
| download | cmd2-git-f82ed4e03627f3149da0675432f218c5ead468e2.tar.gz | |
Updating version and changelog in preparation for minor bug fix realease
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 c877e60f..25889580 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.9a' + assert cmd2.__version__ == '0.7.9' def test_empty_statement(base_app): |
