From 726bfdaa295c4fc64deb98e43b48d9aee9c498a7 Mon Sep 17 00:00:00 2001 From: Marcos Date: Tue, 12 Nov 2024 10:44:45 -0300 Subject: [PATCH] chore: Updated to use as 4.4.5 release --- CHANGELOG.rst | 3 +++ learning_assistant/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 910051e..19aa431 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,9 @@ Change Log Unreleased ********** + +4.4.5 - 2024-11-12 +****************** * Updated Learning Assistant History payload to return in ascending order 4.4.4 - 2024-11-06 diff --git a/learning_assistant/__init__.py b/learning_assistant/__init__.py index 27b6a0f..8ef32fa 100644 --- a/learning_assistant/__init__.py +++ b/learning_assistant/__init__.py @@ -2,6 +2,6 @@ Plugin for a learning assistant backend, intended for use within edx-platform. """ -__version__ = '4.4.4' +__version__ = '4.4.5' default_app_config = 'learning_assistant.apps.LearningAssistantConfig' # pylint: disable=invalid-name