From 8d18bc9b23242ba82969c339c4439161d2cf8e8c Mon Sep 17 00:00:00 2001
From: Ned Batchelder <ned@edx.org>
Date: Tue, 16 Feb 2021 13:01:01 -0500
Subject: [PATCH] v2.6.0

---
 README.rst | 5 ++++-
 setup.py   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index d0cafa6..1a0036f 100644
--- a/README.rst
+++ b/README.rst
@@ -298,9 +298,12 @@ Please do not report security issues in public. Send security concerns via email
 Changelog
 =========
 
-2.5.4 - 2021-02-16
+2.6.0 - 2021-02-16
 ------------------
 
+* Deep Linking content presentation implementation, for resource links, HTML,
+  HTML links, and images.
+
 * Fix bug with `config_id` migration where an entry was created _during_
   the migration and did _not_ receive a valid UUID value.
 
diff --git a/setup.py b/setup.py
index bd14927..f98622d 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ with open('README.rst') as _f:
 
 setup(
     name='lti-consumer-xblock',
-    version='2.5.3',
+    version='2.6.0',
     description='This XBlock implements the consumer side of the LTI specification.',
     long_description=long_description,
     long_description_content_type='text/x-rst',
-- 
GitLab