Commit 3fd9244b by John Eskew Committed by GitHub

Merge pull request #58 from edx/jeskew/drf_version_bump

Upgrade DRF requirement to v3.6.x
parents fc232e5e eb97ec8a
dogapi==1.2.1 dogapi==1.2.1
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 DRF version as edx-platform
#djangorestframework>=3.1,<3.2 git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc86856441bbf0bd9cb#egg=djangorestframework==3.6.3
git+https://github.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
jsonfield==1.0.3 jsonfield==1.0.3
pytz pytz
...@@ -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='2.0.0', version='2.0.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