From fc7536793a7ab730025d86d5d49c7d1133900ab9 Mon Sep 17 00:00:00 2001
From: Christina Roberts <christina@edx.org>
Date: Wed, 19 Jul 2017 16:50:06 -0400
Subject: [PATCH] Bump version

Release new version for #31.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9e7e434..8486946 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def package_data(pkg, roots):
 
 setup(
     name='lti_consumer-xblock',
-    version='1.1.4',
+    version='1.1.5',
     description='This XBlock implements the consumer side of the LTI specification.',
     packages=[
         'lti_consumer',
-- 
GitLab