Skip to content

Commit

Permalink
Bigfix Release v8.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Aug 21, 2023
1 parent afbfa17 commit 0268fb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 8.15.9 (Unreleased)
## 8.15.9 (2023.08.21)

### Bugfixes

Expand All @@ -12,6 +12,7 @@
- Fix several Actions using incorrect calls to a function
- Fix Mycodo login and influxdb login fields having the same web form ID
- Fix Install issue selecting InfluxDB on 32-bit operating systems
- Fix Install by setting python jsonschema version to 4.17.3 to avoid 4.18.x rust dependency

### Features

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Mycodo

Environmental Regulation System

Latest version: 8.15.8
Latest version: 8.15.9

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

Expand Down
2 changes: 1 addition & 1 deletion mycodo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
from config_translations import TRANSLATIONS as T

MYCODO_VERSION = '8.15.8'
MYCODO_VERSION = '8.15.9'
ALEMBIC_VERSION = '16b28ef31b5b'

# FORCE UPGRADE MASTER
Expand Down

0 comments on commit 0268fb7

Please sign in to comment.