We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003856f commit ffa1462Copy full SHA for ffa1462
debian/changelog
@@ -1,3 +1,9 @@
1
+linuxmuster-api7 (7.2.16) lmn72; urgency=medium
2
+
3
+ * Fix missing config for logs.
4
5
+ -- Arnaud Kientz <arnaud@linuxmuster.net> Sat, 07 Sep 2024 17:22:59 +0200
6
7
linuxmuster-api7 (7.2.15) lmn72; urgency=medium
8
9
* Check if first password is still set
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.9",
+ version="7.2.16",
40
description = description,
41
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
42
license_info={
0 commit comments