From 5027f7cbcf2575dfc5a0c67068951c9ea4b9d7dd Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 8 Nov 2017 13:38:14 -0500 Subject: Added fix for changes in pyperclip project structure in the most recent version Also included a number of minor maintenance updates: - Bumped version to 0.7.8 in preparation for upcoming release - Updated Readme.md to add link to slides from recent Florida PyCon talk about cmd2 - Updated documentation on integrating cmd2 with other event loops to use newer runcmds_plus_hooks() method instead of legacy onecmds_plus_hooks method which doesn't properly deal with load commands - Deleted old files which were used to prepare for a PyCon 2010 presentation - Updated ChangeLog regarding this bug fix --- tests/test_cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_cmd2.py') diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index c395acc3..0e9ad589 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.8a' + assert cmd2.__version__ == '0.7.8' def test_empty_statement(base_app): -- cgit v1.2.1 From 3bf6573e7f275b5715a3db725434d444e4561a8e Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 15 Nov 2017 20:57:42 -0500 Subject: Bump version to 0.7.9a To distinguish it from the previous or next release --- tests/test_cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_cmd2.py') 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): -- cgit v1.2.1