~catfish-search/catfish-search/0.4

« back to all changes in this revision

Viewing changes to catfish.py

  • Committer: smd.seandavis at gmail
  • Date: 2012-08-22 13:53:48 UTC
  • Revision ID: smd.seandavis@gmail.com-20120822135348-j4vggj3lfojhm5fw
Bumped version number and details to 0.4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    print 'Warning: The optional module %s is missing.' % str(msg).split()[-1]
46
46
 
47
47
app_name = 'catfish'
48
 
app_version = '0.4.0'
 
48
app_version = '0.4.0.1'
49
49
 
50
50
_ = gettext.gettext # i18n shortcut
51
51