aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-01-12 06:21:48 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-01-12 06:21:48 +0200
commit34e1c20866f28c0d013c2475e524d32a1ea9bd80 (patch)
tree7c8cc2aaa35b615400e92b85b528ef4f6939cb50 /setup.py
parentac33a4a5f0c647360da3366912e5fe7a3552229a (diff)
backported fixes for statistics from beta branch, try to fix issue #271
- version bump
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 80e81c08..17af1aba 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ requirements = [
"babel",
"python-dateutil>=1.5.0,<2.0.0",
"dulwich>=0.8.0,<0.9.0",
- "vcs==0.2.3",
+ "vcs==0.2.2",
"webob==1.0.8"
]