From 4873b8ffd22396117d53fbf23d21995bb8ab7a28 Mon Sep 17 00:00:00 2001 From: Susan Dreher Date: Mon, 14 Jun 2021 16:01:49 -0400 Subject: [PATCH] Release preparation 0.4.2 --- CHANGES.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b8e9827..4a34eb1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +0.4.2 +================== +* Allow for dynamic assignments +* Update dependencies + + 0.4.1 ================== * Allow configuration of course_navigation as a dictionary (dodget) diff --git a/setup.py b/setup.py index ef32967..f584bc5 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-lti-provider", - version="0.4.1", + version="0.4.2", author="Susan Dreher", author_email="sdreher@columbia.edu", url="https://github.com/ccnmtl/django-lti-provider",