diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 11:47:25 -0700 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 11:47:25 -0700 |
| commit | 09b22c56266aad307744372a0dca8b57f43162bd (patch) | |
| tree | 70d598d690add8fe60e060dc4db9e7f2e78e7131 /tests/test_cmd2.py | |
| parent | d4c6cd476d9cbdf306dec9ccde1efa822d2c61d8 (diff) | |
| download | cmd2-git-09b22c56266aad307744372a0dca8b57f43162bd.tar.gz | |
Created python2 branch for 0.8.x bug fix releases
Also:
- Bumped version to 0.8.6 on this branch
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 58f6dbae..b3fcde3f 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -26,7 +26,7 @@ from conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \ def test_ver(): - assert cmd2.__version__ == '0.8.5' + assert cmd2.__version__ == '0.8.6' def test_empty_statement(base_app): |
