changeset 2229:879ce77d3b2f beta

whoosh version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 May 2012 12:48:27 +0200
parents eb64d7835f22
children 6053badd85ee
files requires.txt rhodecode/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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",