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 faafe05 commit 1562262Copy full SHA for 1562262
debian/changelog
@@ -1,3 +1,9 @@
1
+linuxmuster-api7 (7.3.15) lmn73; urgency=medium
2
+
3
+ * Fix version number
4
5
+ -- Arnaud Kientz <arnaud@linuxmuster.net> Thu, 23 Oct 2025 14:38:16 +0200
6
7
linuxmuster-api7 (7.3.14) lmn73; urgency=medium
8
9
* Fix error handling of sophomorix in smbstatus
usr/lib/python3/dist-packages/linuxmusterApi/main.py
@@ -38,7 +38,7 @@
38
39
app = FastAPI(
40
title = "Linuxmuster.net API",
41
- version="7.3.14",
+ version="7.3.15",
42
description = description,
43
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
44
license_info={
0 commit comments