From 9c27a110ef330ff66cafba23ca4c4ca8c4fd2f2c Mon Sep 17 00:00:00 2001 From: TheYOSH Date: Wed, 12 Jun 2024 21:20:49 +0200 Subject: [PATCH] Update version number --- README.md | 2 +- gui/assets/index.template.dev.html | 4 ++-- terrariumPI.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a61201253..1817b89bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TerrariumPI 4.9.1 +# TerrariumPI 4.9.2 ![Latest release](https://img.shields.io/github/v/release/theyosh/terrariumpi?label=Latest%20release) ![GitHub Release Date](https://img.shields.io/github/release-date/theyosh/TerrariumPI) diff --git a/gui/assets/index.template.dev.html b/gui/assets/index.template.dev.html index 26d072459..f7079f34a 100644 --- a/gui/assets/index.template.dev.html +++ b/gui/assets/index.template.dev.html @@ -8,7 +8,7 @@ content="Software for automating your reptile enclosure or any other area. Using sensors and relays to keep your environment at a controlled state. All with a nice web interface." /> - TerrariumPI - 4.9.1 + TerrariumPI - 4.9.2 @@ -36,7 +36,7 @@ language: 'en-US', currency: 'eur', name: 'TerrariumPI', - version: '4.9.1', + version: '4.9.2', device: 'Raspberry Pi 3 Model B Rev 1.2', profile: 'img/terrariumpi.jpg', favicon: 'favicon.ico', diff --git a/terrariumPI.py b/terrariumPI.py index 7afc21d50..a61fa54d6 100644 --- a/terrariumPI.py +++ b/terrariumPI.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "4.9.1" +__version__ = "4.9.2" from gevent import monkey