From 27634291c0ed3681db2108ccd888a5d1394228a6 Mon Sep 17 00:00:00 2001 From: bkbilly Date: Mon, 4 Nov 2024 20:55:01 +0200 Subject: [PATCH] bump version 2024.11.0 --- lnxlink/consts.py | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lnxlink/consts.py b/lnxlink/consts.py index 55cbc27..d44f971 100644 --- a/lnxlink/consts.py +++ b/lnxlink/consts.py @@ -76,6 +76,7 @@ - network - notify - power_profile + - restful - screen_onoff - screenshot - send_keys @@ -104,5 +105,5 @@ transmitter: null buttons: [] restful: - port: 5000 + port: 8112 """ diff --git a/pyproject.toml b/pyproject.toml index f8f2e03..7f4eebf 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "lnxlink" -version = "2024.10.1" +version = "2024.11.0" description = "Internet Of Things (IOT) integration with Linux using MQTT" readme = "README.md" keywords = ["lnxlink"]