# HG changeset patch # User Marcin Kuzminski # Date 1336042107 -7200 # Node ID 879ce77d3b2fffd4174bc77a1f141b98df45dbfe # Parent eb64d7835f229411d11efec381e0c7a598e58dae whoosh version bump diff -r eb64d7835f22 -r 879ce77d3b2f requires.txt --- a/requires.txt Thu May 03 01:21:34 2012 +0200 +++ b/requires.txt Thu May 03 12:48:27 2012 +0200 @@ -5,7 +5,7 @@ SQLAlchemy==0.7.6 Mako==0.7.0 pygments>=1.4 -whoosh>=2.3.0,<2.4 +whoosh>=2.4.0,<2.5 celery>=2.2.5,<2.3 babel python-dateutil>=1.5.0,<2.0.0 diff -r eb64d7835f22 -r 879ce77d3b2f rhodecode/__init__.py --- a/rhodecode/__init__.py Thu May 03 01:21:34 2012 +0200 +++ b/rhodecode/__init__.py Thu May 03 12:48:27 2012 +0200 @@ -54,7 +54,7 @@ "SQLAlchemy==0.7.6", "Mako==0.7.0", "pygments>=1.4", - "whoosh>=2.3.0,<2.4", + "whoosh>=2.4.0,<2.5", "celery>=2.2.5,<2.3", "babel", "python-dateutil>=1.5.0,<2.0.0",