# HG changeset patch # User Marcin Kuzminski # Date 2010-10-26 02:03:48 # Node ID 19494bbd0aa1da01a9bd66abe329c310a3bb7d43 # Parent b04d5214fd3c7fd94fa6f770a22a2b717311645e bumped whoosh version diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ requirements = [ "vcs==0.1.10", "pygments>=1.3.0", "mercurial==1.6.4", - "whoosh==1.1.0", + "whoosh==1.1.1", "celery==2.1.1", "py-bcrypt", "babel",