From 31588a0232d435221e46c935a8c13dcaebb2bd45 Mon Sep 17 00:00:00 2001 From: Susan Dreher Date: Fri, 6 Dec 2019 11:51:06 -0500 Subject: [PATCH] Release prep 0.3.4 --- CHANGES.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8f29d46..c7e8f16 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,6 @@ 0.3.4 ================== +* Add X-Frame view exceptions * Allow for custom field configuration in config.xml 0.3.3 (2018-02-13) diff --git a/setup.py b/setup.py index 974e9c6..3d02f7f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-lti-provider", - version="0.3.3", + version="0.3.4", author="Susan Dreher", author_email="sdreher@columbia.edu", url="https://github.com/ccnmtl/django-lti-provider",