Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
**********************************************

Expand Down
2 changes: 1 addition & 1 deletion backend/openedx_ai_extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A experimental plugin for Open edX designed to explore AI extensibility.
"""

__version__ = "2.5.1"
__version__ = "2.10.0"
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tutor/openedx_ai_extensions/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.5.1"
__version__ = "2.10.0"
Loading