From 35f7834901588542dd0e10a271e66cf48e3191bc Mon Sep 17 00:00:00 2001 From: Sir GoodEnough Date: Sat, 27 May 2023 01:01:30 -0500 Subject: [PATCH] Set Release name --- cottage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cottage.py b/cottage.py index 75d9a32..ea84998 100755 --- a/cottage.py +++ b/cottage.py @@ -9,7 +9,7 @@ import uuid import RPi.GPIO as GPIO -Release_date = "2023-05-30" +Release_date = "v2023.05.27 Agiel" # Get the parameter file with open("/opt/ThermoPI-Cottage/MYsecrets.yaml", "r") as ymlfile: