# HG changeset patch # User catherine@cordelia # Date 1249704987 14400 # Node ID c6064bfd4d6c865e402f6aadb07c353268040960 # Parent b81954868184bffb38748671606325fe86c7de3c v0.5.5 diff -r b81954868184 -r c6064bfd4d6c cmd2.py --- a/cmd2.py Sat Aug 08 00:16:20 2009 -0400 +++ b/cmd2.py Sat Aug 08 00:16:27 2009 -0400 @@ -26,7 +26,7 @@ import unittest, string, datetime, urllib, glob from code import InteractiveConsole, InteractiveInterpreter, softspace from optparse import make_option -__version__ = '0.5.4' +__version__ = '0.5.5' class OptionParser(optparse.OptionParser): def exit(self, status=0, msg=None): diff -r b81954868184 -r c6064bfd4d6c setup.py --- a/setup.py Sat Aug 08 00:16:20 2009 -0400 +++ b/setup.py Sat Aug 08 00:16:27 2009 -0400 @@ -3,7 +3,7 @@ setup( name="cmd2", - version="0.5.4", + version="0.5.5", py_modules=["cmd2",], # metadata for upload to PyPI