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 d8a8bd2 commit 4f56f8aCopy full SHA for 4f56f8a
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.3.13
+current_version = 7.3.14
3
commit = True
4
tag = True
5
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.13",
+ version="7.3.14",
42
description = description,
43
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
44
license_info={
0 commit comments