~catfish-search/catfish-search/1.2

« back to all changes in this revision

Viewing changes to catfish_lib/catfishconfig.py

  • Committer: Sean Davis
  • Date: 2014-08-16 22:09:15 UTC
  • Revision ID: smd.seandavis@gmail.com-20140816220915-ijs7erstwel6wxr5
Tags: catfish-1.2.0
Update timestamps and release notes for 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# files). By default, this is ../data, relative your trunk layout
27
27
__catfish_data_directory__ = '../data/'
28
28
__license__ = 'GPL-2'
29
 
__version__ = '1.1.1'
 
29
__version__ = '1.2.0'
30
30
 
31
31
import os
32
32