# HG changeset patch # User Marcin Kuzminski # Date 2011-05-05 13:07:32 # Node ID 4947f5d61face2ab68548be6111b36a3e54b053f # Parent 856be614d9a4b565107c1def070ec95ca2b5acce bumped vcs to latest dev diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requirements = [ "WebHelpers>=1.2", "SQLAlchemy>=0.6.6", "Mako>=0.4.0", - "vcs>=0.2.0", + "vcs>=0.2.1", "pygments>=1.4", "mercurial>=1.8.1", "whoosh>=1.8.0",