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 f91f6b7 commit 0424e76Copy full SHA for 0424e76
debian/changelog
@@ -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
8
linuxmuster-api7 (7.2.17) lmn72; urgency=medium
9
10
* New dummy package
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.17",
+ version="7.2.18",
40
description = description,
41
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
42
license_info={
0 commit comments