Skip to content

Commit 335b4a8

Browse files
committed
v8.15.6 bugfix release
1 parent e8b2632 commit 335b4a8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 8.15.6 (2023-01-30)
2+
3+
### Bugfixes
4+
5+
- Revert SQLAlchemy to 1.4.46 due to 2.0.0 causing high CPU load
6+
7+
18
## 8.15.5 (2023-01-30)
29

310
### Bugfixes

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Mycodo
33

44
Environmental Regulation System
55

6-
Latest version: 8.15.5
6+
Latest version: 8.15.6
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

install/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ pyserial==3.5
3030
python-dateutil==2.8.2
3131
requests==2.28.2
3232
setuptools==67.0.0
33-
SQLAlchemy==2.0.0
33+
SQLAlchemy==1.4.46
3434
Werkzeug==2.2.2
3535
WTForms==3.0.1

mycodo/config.py

+1-1
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.5'
16+
MYCODO_VERSION = '8.15.6'
1717
ALEMBIC_VERSION = '16b28ef31b5b'
1818

1919
# FORCE UPGRADE MASTER

0 commit comments

Comments
 (0)