Skip to content

Commit

Permalink
Merge pull request #1036 from edx/bmedx/upgrade_django-model-utils
Browse files Browse the repository at this point in the history
Upgrade edx-submissions, django-model-utils
  • Loading branch information
bmedx authored Aug 15, 2017
2 parents 4ceb210 + 010ff44 commit fb9de0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# edX Internal Requirements
edx-submissions>=2.0.11,<3.0.0
edx-submissions>=2.0.12,<3.0.0
git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc86856441bbf0bd9cb#egg=djangorestframework==3.6.3
git+https://github.com/edx/[email protected]#egg=XBlock==1.0.1
git+https://github.com/edx/[email protected]#egg=xblock-sdk==0.1.4
Expand All @@ -8,7 +8,7 @@ git+https://github.com/edx/[email protected]#egg=xblock-sdk==0.1.4
boto3>=1.4.4,<2.0.0
python-swiftclient>=3.1.0,<4.0.0
defusedxml>=0.4.1,<1.0.0
django-model-utils>=2.3.1,<3.0.0
django-model-utils>=2.3.1
django-nose>=1.4.1,<2.0.0
dogapi>=1.2.1,<2.0.0
jsonfield>=2.0.2,<3.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):

setup(
name='ora2',
version='2.0.1',
version='2.0.2',
author='edX',
url='http://github.com/edx/edx-ora2',
description='edx-ora2',
Expand Down

0 comments on commit fb9de0a

Please sign in to comment.