# HG changeset patch # User Marcin Kuzminski # Date 2010-10-03 00:24:38 # Node ID 16ba57d8fe2317c49dbd422afd07ab497687aa02 # Parent 48be953851fc18427effc2b457d1be6fa468c6a8 version bump 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", ],