Commit 6d535233 by Eric Fischer Committed by GitHub

Pin to current edx-platform django version (#46)

parent 90bad2de
dogapi==1.2.1 dogapi==1.2.1
django>=1.8,<1.9 django==1.8.13
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.0', version='1.1.1',
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