summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 08:16:48 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 08:16:48 -0500
commitdd671ef739aa34b0cd9a570322b19c373ed773af (patch)
tree6c94626841cfc6ef8cc74a5f66176bf0a11a1665 /tests/test_cmd2.py
parentf72f36a958a977022f13cd47f4b09a977c6ce42f (diff)
downloadcmd2-git-dd671ef739aa34b0cd9a570322b19c373ed773af.tar.gz
Modified setup.py and README.md to make pyreadline a dependency on Windwos
Also: - bumped version to 0.7.9a - updated changelog
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 0e9ad589..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.8'
+ assert cmd2.__version__ == '0.7.9a'
def test_empty_statement(base_app):