Commit 24d0280e by Eric Fischer

Allow a range of django versions

parent 6d535233
dogapi==1.2.1 dogapi==1.2.1
django==1.8.13 django>=1.8.14,<1.9
django-extensions==1.5.9 django-extensions==1.5.9
django-model-utils==2.3.1 django-model-utils==2.3.1
# Use the same cherry-picked repo as edx-platform # Use the same cherry-picked repo as edx-platform
......
...@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths): ...@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edx-submissions', name='edx-submissions',
version='1.1.1', version='1.1.2',
author='edX', author='edX',
description='An API for creating submissions and scores.', description='An API for creating submissions and scores.',
url='http://github.com/edx/edx-submissions.git', url='http://github.com/edx/edx-submissions.git',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment