diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2009-04-03 13:04:39 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2009-04-03 13:04:39 -0400 |
| commit | dbda99d6ea7c9ff05c49743052c69dc32f574042 (patch) | |
| tree | f67d16527ea54c60c9b647d9c11e5f98e0318b15 /cmd2.py | |
| parent | e2983a988c8ee8e5f48ff7b13f7ab3cb43692ded (diff) | |
| download | cmd2-git-dbda99d6ea7c9ff05c49743052c69dc32f574042.tar.gz | |
mark v0.5.2 in code
Diffstat (limited to 'cmd2.py')
| -rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ import cmd, re, os, sys, optparse, subprocess, tempfile, pyparsing, doctest 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): |
