diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-14 21:46:51 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-14 21:46:51 -0400 |
commit | b61268b96edf2154cdfea713f92bf15115f76fff (patch) | |
tree | e5974d185a695ae40498993d59385128d309655e /cmd2.py | |
parent | f2cb3a009456ec9115e41720e81ef031ed4eaf46 (diff) | |
download | cmd2-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 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ try: except ImportError: pass -__version__ = '0.7.3a' +__version__ = '0.7.3' # Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past pyparsing.ParserElement.enablePackrat() |