We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8810a82 commit 98a1479Copy full SHA for 98a1479
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 8.15.8 (Unreleased)
+## 8.15.8 (2023-04-06)
2
3
### Bugfixes
4
README.rst
@@ -3,7 +3,7 @@ Mycodo
Environmental Regulation System
5
6
-Latest version: 8.15.7
+Latest version: 8.15.8
7
8
Mycodo is open source software for the Raspberry Pi that couples inputs and outputs in interesting ways to sense and manipulate the environment.
9
mycodo/config.py
@@ -13,7 +13,7 @@
13
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
14
from config_translations import TRANSLATIONS as T
15
16
-MYCODO_VERSION = '8.15.7'
+MYCODO_VERSION = '8.15.8'
17
ALEMBIC_VERSION = '16b28ef31b5b'
18
19
# FORCE UPGRADE MASTER
0 commit comments