Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Updated version constraints for Django to work with Juniper
Browse files Browse the repository at this point in the history
The Juniper release moves to Django 2.x which requires an update to the version constraints in Rapid Response.
  • Loading branch information
blarghmatey committed May 8, 2020
1 parent f405470 commit d0fe786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rapid_response_xblock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""rapid_response_xblock Django app"""
__version__ = '0.0.5'
__version__ = '0.0.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def package_data(pkg, root_list):
author="MITx",
zip_safe=False,
install_requires=[
'django>=1.8,<2.0',
'django>=1.8,<3.0',
'XBlock',
'xblock-utils',
'edx-opaque-keys'
Expand Down

0 comments on commit d0fe786

Please sign in to comment.