From 55981bfdf97bfc27fbc02f95e8143ddf08c73ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ignacio=20Palma?= Date: Tue, 1 Sep 2026 11:52:20 -0400 Subject: [PATCH] chore: bump version to 2.10.0 Release the Verawood dependency support (#247) by bumping the version in the three version files (tutor __about__.py, backend __init__.py, frontend package.json) and adding the CHANGELOG entry. --- CHANGELOG.rst | 9 +++++++++ backend/openedx_ai_extensions/__init__.py | 2 +- frontend/package.json | 2 +- tutor/openedx_ai_extensions/__about__.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index edc34f2f..81c88a80 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,15 @@ Unreleased * +2.10.0 – 2026-09-01 +********************************************** + +Changed +======= + +* Relaxed the ``tutor`` and ``tutor-mfe`` upper bounds from ``<22`` to ``<23`` to + support Open edX Verawood (tutor 22 / tutor-mfe 22). + 1.0.0 – 2025-12-24 ********************************************** diff --git a/backend/openedx_ai_extensions/__init__.py b/backend/openedx_ai_extensions/__init__.py index 68f516d4..e011886a 100644 --- a/backend/openedx_ai_extensions/__init__.py +++ b/backend/openedx_ai_extensions/__init__.py @@ -2,4 +2,4 @@ A experimental plugin for Open edX designed to explore AI extensibility. """ -__version__ = "2.5.1" +__version__ = "2.10.0" diff --git a/frontend/package.json b/frontend/package.json index 6bced280..a84158a0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@openedx/openedx-ai-extensions-ui", - "version": "2.5.1", + "version": "2.10.0", "description": "AI Extensions UI component for Open edX utilizing Frontend Plugin Framework", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/tutor/openedx_ai_extensions/__about__.py b/tutor/openedx_ai_extensions/__about__.py index 7a2056f5..1c622223 100644 --- a/tutor/openedx_ai_extensions/__about__.py +++ b/tutor/openedx_ai_extensions/__about__.py @@ -1 +1 @@ -__version__ = "2.5.1" +__version__ = "2.10.0"