Skip to content

Commit 98a1479

Browse files
committed
v8.15.8 Release
1 parent 8810a82 commit 98a1479

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 8.15.8 (Unreleased)
1+
## 8.15.8 (2023-04-06)
22

33
### Bugfixes
44

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Mycodo
33

44
Environmental Regulation System
55

6-
Latest version: 8.15.7
6+
Latest version: 8.15.8
77

88
Mycodo is open source software for the Raspberry Pi that couples inputs and outputs in interesting ways to sense and manipulate the environment.
99

mycodo/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
1414
from config_translations import TRANSLATIONS as T
1515

16-
MYCODO_VERSION = '8.15.7'
16+
MYCODO_VERSION = '8.15.8'
1717
ALEMBIC_VERSION = '16b28ef31b5b'
1818

1919
# FORCE UPGRADE MASTER

0 commit comments

Comments
 (0)