summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-13 22:17:14 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-13 22:17:14 -0700
commitdaab800949272c5b6e6d950048559fe97c1aff7f (patch)
tree1f5e3a40e3261bdb573d164368c60e6ee8263cea /tests/test_cmd2.py
parent3bdcdf206c5f4078b0e91ba3ad3d3b1815931694 (diff)
downloadcmd2-git-daab800949272c5b6e6d950048559fe97c1aff7f.tar.gz
Preparation for 0.8.5 release
- Bumped version to 0.8.5 - Added details to CHANGELOG.md regarding recent changes
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 75d27869..58f6dbae 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.4'
+ assert cmd2.__version__ == '0.8.5'
def test_empty_statement(base_app):