From b65258d3d92333dbedd305c101e71e971deb6ccb Mon Sep 17 00:00:00 2001 From: Andy Shultz Date: Thu, 9 Mar 2023 12:50:13 -0500 Subject: [PATCH 1/2] feat: revise summary fragment html html changes only for easier integration with ai-spot --- edx_arch_experiments/summaryhook_aside/block.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/edx_arch_experiments/summaryhook_aside/block.py b/edx_arch_experiments/summaryhook_aside/block.py index 6a07368..8392e67 100644 --- a/edx_arch_experiments/summaryhook_aside/block.py +++ b/edx_arch_experiments/summaryhook_aside/block.py @@ -9,10 +9,14 @@ summary_fragment = """
-
+
+
+
+
+
""" From cb3f79885b89740e4579df7293b5a620007747e3 Mon Sep 17 00:00:00 2001 From: Andy Shultz Date: Thu, 9 Mar 2023 13:30:22 -0500 Subject: [PATCH 2/2] chore: version bump --- CHANGELOG.rst | 5 +++++ edx_arch_experiments/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 698f56b..010b8d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,11 @@ Unreleased ~~~~~~~~~~ * +[1.1.1] - 2023-03-09 +~~~~~~~~~~~~~~~~~~~~ + +* Revise summary hook HTML + [1.1.0] - 2023-03-08 ~~~~~~~~~~~~~~~~~~~~ diff --git a/edx_arch_experiments/__init__.py b/edx_arch_experiments/__init__.py index c65814f..616f235 100644 --- a/edx_arch_experiments/__init__.py +++ b/edx_arch_experiments/__init__.py @@ -2,6 +2,6 @@ A plugin to include applications under development by the architecture team at edx . """ -__version__ = '1.1.0' +__version__ = '1.1.1' default_app_config = 'edx_arch_experiments.apps.EdxArchExperimentsConfig' # pylint: disable=invalid-name