Commit b401da20 by Eric Fischer Committed by GitHub

Merge pull request #1032 from edx/efischer/1.4.10

EDUCATOR-1090
parents 43aa53ea 2656c566
...@@ -38,6 +38,6 @@ script: ...@@ -38,6 +38,6 @@ script:
branches: branches:
only: only:
- master - master
- ora-staff-grading - release_branch/1.4.9
after_success: after_success:
coveralls coveralls
...@@ -15,7 +15,7 @@ django-extensions==1.5.9 ...@@ -15,7 +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.6 edx-submissions==2.0.8
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.9', version='1.4.10',
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