Commit 5c668610 by Eric Fischer Committed by GitHub

Merge pull request #1026 from edx/rc/20-7-2017

1.4.7, patch release for edx-submissions
parents 52937016 945450a9
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
# edX Internal Requirements # edX Internal Requirements
git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12 git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12
# edx-submissions
git+https://github.com/edx/edx-submissions.git@2.0.1#egg=edx-submissions==2.0.1
# Third Party Requirements # Third Party Requirements
boto>=2.32.1,<3.0.0 boto>=2.32.1,<3.0.0
python-swiftclient==3.1.0 python-swiftclient==3.1.0
...@@ -18,6 +15,7 @@ django-extensions==1.5.9 ...@@ -18,6 +15,7 @@ django-extensions==1.5.9
django-model-utils==2.3.1 django-model-utils==2.3.1
git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc86856441bbf0bd9cb#egg=djangorestframework==3.6.3 git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc86856441bbf0bd9cb#egg=djangorestframework==3.6.3
dogapi==1.2.1 dogapi==1.2.1
edx-submissions==2.0.4
jsonfield==1.0.3 jsonfield==1.0.3
lazy==1.1 lazy==1.1
libsass==0.10.0 libsass==0.10.0
......
...@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths): ...@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='ora2', name='ora2',
version='1.4.6', version='1.4.7',
author='edX', author='edX',
url='http://github.com/edx/edx-ora2', url='http://github.com/edx/edx-ora2',
description='edx-ora2', description='edx-ora2',
......
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