diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-22 12:41:02 -0700 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-22 12:41:02 -0700 |
| commit | e18ee6891452b572e22dac3c1267008f264cfc63 (patch) | |
| tree | dfe4cf4c02db8b6c7a82e8ed98551396e526efa1 /tests | |
| parent | c2ceb24fc150495c980e949a6855c0f2209c652c (diff) | |
| download | cmd2-git-0.7.2.tar.gz | |
Bumping version to 0.7.20.7.2
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 3b0f752e..42fb9a8c 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.1' + assert cmd2.__version__ == '0.7.2' def test_base_help(base_app): |
