Skip to content

Commit ba55467

Browse files
committed
Update changelog.
1 parent 4bfd79e commit ba55467

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
linuxmuster-api7 (7.2.20) lmn72; urgency=medium
212

313
* Use new writers from linuxmuster-tools

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.20",
39+
version="7.2.21",
4040
description = description,
4141
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
4242
license_info={

0 commit comments

Comments
 (0)