File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
usr/lib/python3/dist-packages/linuxmusterApi Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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+
111linuxmuster-api7 (7.2.20) lmn72; urgency=medium
212
313 * Use new writers from linuxmuster-tools
Original file line number Diff line number Diff line change 3636
3737app = FastAPI (
3838 title = "Linuxmuster.net API" ,
39- version = "7.2.20 " ,
39+ version = "7.2.21 " ,
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