summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-14 21:46:51 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-14 21:46:51 -0400
commitb61268b96edf2154cdfea713f92bf15115f76fff (patch)
treee5974d185a695ae40498993d59385128d309655e /tests
parentf2cb3a009456ec9115e41720e81ef031ed4eaf46 (diff)
downloadcmd2-git-b61268b96edf2154cdfea713f92bf15115f76fff.tar.gz
Updated CHANGES.md file and bumped version to 0.7.3
Bumped version in preparation for 0.7.3 release probably within the next couple weeks.
Diffstat (limited to 'tests')
-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 3a69c09c..c38adc5d 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.3a'
+ assert cmd2.__version__ == '0.7.3'
def test_base_help(base_app):