diff --git a/CHANGES.txt b/CHANGES.txt index c7e8f16..075925d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +0.4.0 +================== +* Fix course-aware flow infinite redirect +* Add Python3 support +* Drop Django 2.0 from testing + 0.3.4 ================== * Add X-Frame view exceptions diff --git a/setup.py b/setup.py index 3d02f7f..b675e27 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-lti-provider", - version="0.3.4", + version="0.4.0", author="Susan Dreher", author_email="sdreher@columbia.edu", url="https://github.com/ccnmtl/django-lti-provider",