From 9148746d0442a9ff1640865b4c2429f8e37ea570 Mon Sep 17 00:00:00 2001 From: Nicolas Joyard <joyard.nicolas@gmail.com> Date: Tue, 24 May 2016 21:14:02 +0200 Subject: [PATCH] Update representatives to include chambers data migration --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cbb1e74c..5167093f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup(name='political-memory', 'django-datetime-widget>=0.9,<1.0', 'django-filter>=0.11,<0.12', 'django-representatives-votes==0.0.15', - 'django-representatives==0.0.18', + 'django-representatives==0.0.19', 'django-taggit>=0.17,<0.18', 'django>=1.8,<1.9', 'djangorestframework>=3.2.0,<3.3.0', -- GitLab