Skip to content

Commit 72b06ce

Browse files
committed
Update changelog.
1 parent c782033 commit 72b06ce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
linuxmuster-api7 (7.2.9) lmn72; urgency=medium
2+
3+
* Refactor checks, body schemas and permissions
4+
* Rewrite documentation
5+
* Reorganize Swagger UI page
6+
* Endpoints to start and stop exam
7+
8+
-- Arnaud Kientz <arnaud@linuxmuster.net> Wed, 19 Jun 2024 18:59:05 +0200
9+
110
linuxmuster-api7 (7.2.8) lmn72; urgency=medium
211

312
* Allow teachers to create project and see schoolclasses.

usr/lib/python3/dist-packages/linuxmusterApi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
app = FastAPI(
3838
title = "Linuxmuster.net API",
39-
version="7.2.8",
39+
version="7.2.9",
4040
description = description,
4141
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
4242
license_info={

0 commit comments

Comments
 (0)