File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## 8.15.5 (2023-01-30)
2
9
3
10
### Bugfixes
Original file line number Diff line number Diff line change 3
3
4
4
Environmental Regulation System
5
5
6
- Latest version: 8.15.5
6
+ Latest version: 8.15.6
7
7
8
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
9
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ pyserial==3.5
30
30
python-dateutil == 2.8.2
31
31
requests == 2.28.2
32
32
setuptools == 67.0.0
33
- SQLAlchemy == 2.0.0
33
+ SQLAlchemy == 1.4.46
34
34
Werkzeug == 2.2.2
35
35
WTForms == 3.0.1
Original file line number Diff line number Diff line change 13
13
sys .path .append (os .path .abspath (os .path .dirname (__file__ )))
14
14
from config_translations import TRANSLATIONS as T
15
15
16
- MYCODO_VERSION = '8.15.5 '
16
+ MYCODO_VERSION = '8.15.6 '
17
17
ALEMBIC_VERSION = '16b28ef31b5b'
18
18
19
19
# FORCE UPGRADE MASTER
You can’t perform that action at this time.
0 commit comments