diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-14 20:56:04 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-14 20:56:04 -0400 |
commit | 5c73e15508e54c233b9fc77daf0d00156b195c3f (patch) | |
tree | a0710088a8849afbf8e422f3dcee2f70e29d1fb6 /tests/test_cmd2.py | |
parent | 6a52f64d52d35a83640e7e319a27f1ce8edd0ea2 (diff) | |
download | cmd2-git-5c73e15508e54c233b9fc77daf0d00156b195c3f.tar.gz |
Added table_display.py
Added example showing how to display tabular data in a cmd2 application.
Also:
- Updated CHANGELOG with data on all PRs since last release
- Bumped version to 0.8.2 in preparation for next release
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 e22212d4..fd37e25e 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -25,7 +25,7 @@ from conftest import run_cmd, normalize, BASE_HELP, HELP_HISTORY, SHORTCUTS_TXT, def test_ver(): - assert cmd2.__version__ == '0.8.1' + assert cmd2.__version__ == '0.8.2' def test_empty_statement(base_app): |