Skip to content

Commit 0424e76

Browse files
committed
Update changelog.
1 parent f91f6b7 commit 0424e76

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
linuxmuster-api7 (7.2.18) lmn72; urgency=medium
2+
3+
* Patch user's data.
4+
* Use new setattr and delattr methods from linuxmustertools.
5+
6+
-- Arnaud Kientz <arnaud@linuxmuster.net> Thu, 19 Sep 2024 18:32:49 +0200
7+
18
linuxmuster-api7 (7.2.17) lmn72; urgency=medium
29

310
* New dummy package

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

0 commit comments

Comments
 (0)