# HG changeset patch # User catherine.devlin@gmail.com # Date 1314304062 14400 # Node ID c4c35f002aef31d9e49b5306c5a1995eb690ab85 # Parent bfbe4241bd6bd3b849e6da60c47b6e8acc5dbcb6 to version 0.6.4 diff -r bfbe4241bd6b -r c4c35f002aef .hgtags --- a/.hgtags Thu Aug 25 15:24:56 2011 -0400 +++ b/.hgtags Thu Aug 25 16:27:42 2011 -0400 @@ -19,3 +19,4 @@ 4530fc11d7434cb545cd8b679ffa1aee3c0e9638 0.6.0 9d5ff2ddfdea5b6d34f6e4ca860c2df930e9d103 0.6.2 73e741441ac06318ea8329388d1553126092f011 0.6.3 +bfbe4241bd6bd3b849e6da60c47b6e8acc5dbcb6 0.6.4 diff -r bfbe4241bd6b -r c4c35f002aef cmd2.py --- a/cmd2.py Thu Aug 25 15:24:56 2011 -0400 +++ b/cmd2.py Thu Aug 25 16:27:42 2011 -0400 @@ -42,7 +42,7 @@ from optparse import make_option import pyparsing -__version__ = '0.6.3' +__version__ = '0.6.4' if sys.version_info[0] == 2: pyparsing.ParserElement.enablePackrat() diff -r bfbe4241bd6b -r c4c35f002aef setup.py --- a/setup.py Thu Aug 25 15:24:56 2011 -0400 +++ b/setup.py Thu Aug 25 16:27:42 2011 -0400 @@ -10,7 +10,7 @@ install_requires = ['pyparsing>=1.5.6'] setup( name="cmd2", - version="0.6.3", + version="0.6.4", py_modules=["cmd2"], use_2to3=True,