From e6810bd36cf0f2543841fe5295336aa245fa8b3a Mon Sep 17 00:00:00 2001 From: Susan Dreher Date: Tue, 13 Feb 2018 11:39:53 -0500 Subject: [PATCH] Release prep 0.3.3 --- CHANGES.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index adbce8f..38cf4ea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +0.3.3 (2018-02-13) +=================== +* Configurable LTI parameters + + 0.3.2 (2018-02-06) =================== * MySQL database compatibility diff --git a/setup.py b/setup.py index d550187..974e9c6 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-lti-provider", - version="0.3.2", + version="0.3.3", author="Susan Dreher", author_email="sdreher@columbia.edu", url="https://github.com/ccnmtl/django-lti-provider",