From 4d78729c5741cb64d1be4c7978ae3485db51132d Mon Sep 17 00:00:00 2001 From: Susan Dreher Date: Wed, 29 Sep 2021 09:40:52 -0400 Subject: [PATCH] Release prep 0.4.6 --- CHANGES.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4e1d0d0..6347335 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.4.6 +================== +* Add is_ta to launch view context + 0.4.5 ================== * Allow for teaching assistants to have full faculty status diff --git a/setup.py b/setup.py index e8706f4..646a29a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-lti-provider", - version="0.4.5", + version="0.4.6", author="Susan Dreher", author_email="sdreher@columbia.edu", url="https://github.com/ccnmtl/django-lti-provider",