Skip to content
Snippets Groups Projects
Commit 50345b3d authored by Douglas Hall's avatar Douglas Hall
Browse files

Merge pull request #29 from...

Merge pull request #29 from Harvard-University-iCommons/task/douglashall/TLT-1767/add_teaching_staff_roles_constant

Sprint 28 TLT-1849 Added constant for referring to teaching staff type LTI roles
parents 1319fc35 ebeb0ead
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,5 @@ INSTRUCTOR = 'Instructor'
CONTENT_DEVELOPER = 'ContentDeveloper'
OBSERVER = 'urn:lti:instrole:ims/lis/Observer'
TEACHING_ASSISTANT = 'urn:lti:role:ims/lis/TeachingAssistant'
TEACHING_STAFF_ROLES = [ADMINISTRATOR, INSTRUCTOR, TEACHING_ASSISTANT, CONTENT_DEVELOPER]
......@@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-auth-lti',
version='1.2.1',
version='1.2.2',
packages=['django_auth_lti'],
include_package_data=True,
license='TBD License', # example license
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment