Mercurial > python-cmd2
changeset 265:ba45c2df855b
mark v0.5.2 in code
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Fri, 03 Apr 2009 13:04:39 -0400 |
parents | e3d00ca39798 |
children | 584f970ca66a 3333e61e7103 |
files | cmd2.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cmd2.py Fri Apr 03 13:03:53 2009 -0400 +++ b/cmd2.py Fri Apr 03 13:04:39 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.1' +__version__ = '0.5.2' class OptionParser(optparse.OptionParser): def exit(self, status=0, msg=None):