File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11News
22====
33
4+ 0.7.2
5+ -----
6+
7+ * Release date: 2017-05-22*
8+
9+ * Added a MANIFEST.ini file to make sure a few extra files get included in the PyPI source distribution
10+
4110.7.1
512-----
613
7- * Release date: TBD *
14+ * Release date: 2017-05-22 *
815
916* Bug fixes
1017 * `` - `` wasn't being treated as a legal character
Original file line number Diff line number Diff line change 8787except ImportError :
8888 pass
8989
90- __version__ = '0.7.1 '
90+ __version__ = '0.7.2 '
9191
9292# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
9393pyparsing .ParserElement .enablePackrat ()
Original file line number Diff line number Diff line change 55"""
66from setuptools import setup
77
8- VERSION = '0.7.1 '
8+ VERSION = '0.7.2 '
99DESCRIPTION = "Extra features for standard library's cmd module"
1010
1111LONG_DESCRIPTION = """cmd2 is an enhancement to the standard library's cmd module for Python 2.7
Original file line number Diff line number Diff line change 2222
2323
2424def test_ver ():
25- assert cmd2 .__version__ == '0.7.1 '
25+ assert cmd2 .__version__ == '0.7.2 '
2626
2727
2828def test_base_help (base_app ):
You can’t perform that action at this time.
0 commit comments