File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ def pyreadline_remove_history_item(pos):
229229 pass
230230
231231
232- __version__ = '0.8.7rc1 '
232+ __version__ = '0.8.6.1 '
233233
234234# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
235235pyparsing .ParserElement .enablePackrat ()
Original file line number Diff line number Diff line change 6262# The short X.Y version.
6363version = '0.8'
6464# The full version, including alpha/beta/rc tags.
65- release = '0.8.7rc1 '
65+ release = '0.8.6.1 '
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 88import setuptools
99from setuptools import setup
1010
11- VERSION = '0.8.7rc1 '
11+ VERSION = '0.8.6.1 '
1212DESCRIPTION = "cmd2 - a tool for building interactive command line applications in Python"
1313LONG_DESCRIPTION = """cmd2 is a tool for building interactive command line applications in Python. Its goal is to make
1414it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It
Original file line number Diff line number Diff line change 2626
2727
2828def test_ver ():
29- assert cmd2 .__version__ == '0.8.7rc1 '
29+ assert cmd2 .__version__ == '0.8.6.1 '
3030
3131
3232def test_empty_statement (base_app ):
You can’t perform that action at this time.
0 commit comments