From 08d77a146dd9943428c6d1c550e9b499e6269777 Mon Sep 17 00:00:00 2001 From: TheYOSH Date: Wed, 12 Jun 2024 22:19:56 +0200 Subject: [PATCH] New version --- README.md | 2 +- docs/_posts/2024-06-08-release_4.9.2.md | 2 +- gui/assets/index.template.dev.html | 4 ++-- terrariumPI.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1817b89bb..361990f0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TerrariumPI 4.9.2 +# TerrariumPI 4.9.3 ![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/docs/_posts/2024-06-08-release_4.9.2.md b/docs/_posts/2024-06-08-release_4.9.2.md index 78a08e49f..1540370e8 100644 --- a/docs/_posts/2024-06-08-release_4.9.2.md +++ b/docs/_posts/2024-06-08-release_4.9.2.md @@ -10,7 +10,7 @@ image: alt: Celebration header image --- -## Release 4.9.2 - Docker fixes +## Release 4.9.2 + 4.9.3 - Docker fixes ![Docker Logo](/assets/img/DockerLogo.webp){: .left width="150" }The Docker builds where broken and should now be fixed again. That is all. diff --git a/gui/assets/index.template.dev.html b/gui/assets/index.template.dev.html index f7079f34a..8fe918907 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.2 + TerrariumPI - 4.9.3 @@ -36,7 +36,7 @@ language: 'en-US', currency: 'eur', name: 'TerrariumPI', - version: '4.9.2', + version: '4.9.3', 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 a61fa54d6..11c8afdf9 100644 --- a/terrariumPI.py +++ b/terrariumPI.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "4.9.2" +__version__ = "4.9.3" from gevent import monkey