Skip to content

Commit 1562262

Browse files
committed
Update changelog.
1 parent faafe05 commit 1562262

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
linuxmuster-api7 (7.3.14) lmn73; urgency=medium
28

39
* Fix error handling of sophomorix in smbstatus

usr/lib/python3/dist-packages/linuxmusterApi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
app = FastAPI(
4040
title = "Linuxmuster.net API",
41-
version="7.3.14",
41+
version="7.3.15",
4242
description = description,
4343
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
4444
license_info={

0 commit comments

Comments
 (0)