From cb13265da459918eb3ba49ece285acaf22fb4000 Mon Sep 17 00:00:00 2001 From: ndittren <36773036+ndittren@users.noreply.github.com> Date: Thu, 23 Sep 2021 11:30:00 -0400 Subject: [PATCH] Release prep 0.4.5 --- CHANGES.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",