changeset 538:16ba57d8fe23 rhodecode-0.0.0.8.5

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Oct 2010 02:24:38 +0200
parents 48be953851fc
children 168273591e44
files pylons_app/__init__.py setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/__init__.py	Sat Oct 02 02:56:39 2010 +0200
+++ b/pylons_app/__init__.py	Sun Oct 03 02:24:38 2010 +0200
@@ -24,7 +24,7 @@
 @author: marcink
 """
 
-VERSION = (0, 8, 4, 'beta')
+VERSION = (0, 8, 5, 'beta')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
 
--- a/setup.py	Sat Oct 02 02:56:39 2010 +0200
+++ b/setup.py	Sun Oct 03 02:24:38 2010 +0200
@@ -24,7 +24,7 @@
         "pygments>=1.3.0",
         "mercurial>=1.6",
         "pysqlite",
-        "whoosh==1.0.0b19",
+        "whoosh==1.0.0b20",
         "py-bcrypt",
         "celery",
     ],