File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
usr/lib/python3/dist-packages/linuxmusterApi Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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+
110linuxmuster-api7 (7.2.8) lmn72; urgency=medium
211
312 * Allow teachers to create project and see schoolclasses.
Original file line number Diff line number Diff line change 3636
3737app = 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 = {
You can’t perform that action at this time.
0 commit comments