diff --git a/CHANGES.txt b/CHANGES.txt index 87774b5..4e1d0d0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.4.5 +================== +* Allow for teaching assistants to have full faculty status + 0.4.4 ================== * Update dynamic assignment syntax to make them more generic diff --git a/setup.py b/setup.py index 6725c3d..e8706f4 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-lti-provider", - version="0.4.4", + version="0.4.5", author="Susan Dreher", author_email="sdreher@columbia.edu", url="https://github.com/ccnmtl/django-lti-provider",