From 88aa53082f726e23e98d24c4c7c8870f361a7e6f Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Wed, 20 Jul 2016 14:52:29 -0400 Subject: [PATCH] Allow a range of django versions (#47) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4d8672d..66c7b70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dogapi==1.2.1 -django==1.8.13 +django>=1.8.14,<1.9 django-extensions==1.5.9 django-model-utils==2.3.1 # Use the same cherry-picked repo as edx-platform diff --git a/setup.py b/setup.py index a24f8cd..cad9b10 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def load_requirements(*requirements_paths): setup( name='edx-submissions', - version='1.1.1', + version='1.1.2', author='edX', description='An API for creating submissions and scores.', url='http://github.com/edx/edx-submissions.git',