Skip to content

Commit 98d8767

Browse files
committed
Bump release metadata to v2.5
1 parent e599653 commit 98d8767

47 files changed

Lines changed: 64 additions & 61 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ EduTelligence maintains compatibility with different versions of [Artemis](https
2020
| 8.8.x | 1.8.0 | ✅ Stable |
2121
| 9.0.x | 2.0.x | ✅ Stable |
2222
| 9.1.x | 2.1.x | ✅ Stable |
23-
| 9.2.x - 9.5.x | 2.2.x | ✅ Stable |
23+
| 9.2.x | 2.2.x | ✅ Stable |
24+
| 9.3.x | 2.3.x | ✅ Stable |
25+
| 9.4.x | 2.4.x | ✅ Stable |
26+
| 9.5.x | 2.5.x | ✅ Stable |
2427

2528
> **Note:** Always ensure you're using compatible versions for optimal integration and functionality.
2629

athena/assessment_module_manager/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

athena/assessment_module_manager/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "assessment-module-manager"
3-
version = "2.2"
3+
version = "2.5"
44
description = "The interface between the Athena modules and external systems. It manages, which modules will be used for incoming submissions and feedback."
55
authors = ["Paul Schwind <paul.schwind@tum.de>"]
66
license = "MIT"

athena/athena/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "athena"
3-
version = "2.2"
3+
version = "2.5"
44
description = "This is a helper module for easier development of Athena modules. It provides communication functionality with the Assessment Module manager, as well as helper functions for storage."
55
authors = ["Paul Schwind <paul.schwind@tum.de>"]
66
license = "MIT"

athena/docs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

athena/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "athena-docs",
3-
"version": "2.2",
3+
"version": "2.5",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

athena/evaluation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "evaluation"
3-
version = "2.2"
3+
version = "2.5"
44
description = ""
55
authors = ["Dominik Remo <47261058+DominikRemo@users.noreply.github.com>"]
66
package-mode = false

athena/llm_core/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

athena/llm_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llm_core"
3-
version = "2.2"
3+
version = "2.5"
44
description = "SHared LLM module."
55
authors = ["Felix Dietrich <felixtj.dietrich@tum.de>"]
66
license = "MIT"

athena/log_viewer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "log-viewer"
3-
version = "2.2"
3+
version = "2.5"
44
description = "Shows the logs of the assessment module manager and all modules in a web interface."
55
authors = ["Paul Schwind <paul.schwind@tum.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)