We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfd79e commit ba55467Copy full SHA for ba55467
2 files changed
debian/changelog
@@ -1,3 +1,13 @@
1
+linuxmuster-api7 (7.2.21) lmn72; urgency=medium
2
+
3
+ * Fix missing school for teachers requests
4
+ * Add thumbnailPhoto for users
5
+ * Avoid school bug in projects
6
+ * More checks and exceptions catching
7
+ * Fix logging
8
9
+ -- Arnaud Kientz <arnaud@linuxmuster.net> Mon, 20 Jan 2025 12:36:56 +0100
10
11
linuxmuster-api7 (7.2.20) lmn72; urgency=medium
12
13
* Use new writers from linuxmuster-tools
usr/lib/python3/dist-packages/linuxmusterApi/main.py
@@ -36,7 +36,7 @@
36
37
app = FastAPI(
38
title = "Linuxmuster.net API",
39
- version="7.2.20",
+ version="7.2.21",
40
description = description,
41
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
42
license_info={
0 commit comments