From fdbeeb94c9cf47f9c6c9eadd741356c0d723cab5 Mon Sep 17 00:00:00 2001 From: mliljedahl Date: Mon, 25 Oct 2021 22:42:30 +0200 Subject: [PATCH] Release v1.2.1 --- README.md | 4 ++-- docker-compose.yaml | 2 +- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 60d8a1e..2480933 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Here is an example using docker-compose.yml: ``` telldus-core-mqtt: - image: mliljedahl/telldus-core-mqtt:1.2.0 + image: mliljedahl/telldus-core-mqtt:1.2.1 container_name: telldus-core-mqtt restart: unless-stopped environment: @@ -66,7 +66,7 @@ $ docker-compose up -d ### Docker run ``` -$ docker run --name telldus-core-mqtt -e TDM_MQTT_SERVER=localhost -e TDM_MQTT_USER=telldus-core-mqtt -e TDM_MQTT_PASS=telldus-core-mqtt -v ./tellstick.conf:/etc/tellstick.conf:ro --device=/dev/bus/usb:/dev/bus/usb:rwm -d mliljedahl/telldus-core-mqtt:1.2.0 +$ docker run --name telldus-core-mqtt -e TDM_MQTT_SERVER=localhost -e TDM_MQTT_USER=telldus-core-mqtt -e TDM_MQTT_PASS=telldus-core-mqtt -v ./tellstick.conf:/etc/tellstick.conf:ro --device=/dev/bus/usb:/dev/bus/usb:rwm -d mliljedahl/telldus-core-mqtt:1.2.1 ``` ### Python virtual environment diff --git a/docker-compose.yaml b/docker-compose.yaml index 61d4c6d..649f1d4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ version: "3" services: telldus-core-mqtt: - image: mliljedahl/telldus-core-mqtt:1.2.0 + image: mliljedahl/telldus-core-mqtt:1.2.1 container_name: telldus-core-mqtt restart: unless-stopped environment: diff --git a/requirements.txt b/requirements.txt index 508128e..a53eac4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asyncio==3.4.3 dotmap==1.3.24 -paho-mqtt==1.5.1 +paho-mqtt==1.6.1 pyaml-env==1.1.1 PyYAML==5.4.1 -tellcore-py==1.1.3 \ No newline at end of file +tellcore-py==1.1.3