diff --git a/pylons_app/__init__.py b/pylons_app/__init__.py --- a/pylons_app/__init__.py +++ b/pylons_app/__init__.py @@ -24,7 +24,7 @@ versioning implementation: http://semver @author: marcink """ -VERSION = (0, 8, 4, 'beta') +VERSION = (0, 8, 5, 'beta') __version__ = '.'.join((str(each) for each in VERSION[:4])) diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( "pygments>=1.3.0", "mercurial>=1.6", "pysqlite", - "whoosh==1.0.0b19", + "whoosh==1.0.0b20", "py-bcrypt", "celery", ],