Skip to content

Commit ffa1462

Browse files
committed
Update changelog.
1 parent 003856f commit ffa1462

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.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+
17
linuxmuster-api7 (7.2.15) lmn72; urgency=medium
28

39
* Check if first password is still set

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

0 commit comments

Comments
 (0)