# HG changeset patch # User Marcin Kuzminski # Date 2012-11-27 19:57:32 # Node ID a8ea7cbc6a875c8782d0a666b4ee6e2b3e128a94 # Parent 0cbbbad17a7e06386a652c22d6cfb2d15da5d6be bumped dulwich version diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ requirements = [ "celery>=2.2.5,<2.3", "babel", "python-dateutil>=1.5.0,<2.0.0", - "dulwich>=0.8.6,<0.9.0", + "dulwich>=0.8.7,<0.9.0", "markdown==2.2.1", "docutils==0.8.1", "simplejson==2.5.2",