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",