Skip to content

Commit

Permalink
v8.15.11 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Oct 28, 2023
1 parent c7aace0 commit 7469c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 8.15.12 (Unreleased)
## 8.15.12 (2023.10.28)

### Miscellaneous

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.11
Latest version: 8.15.12

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.11'
MYCODO_VERSION = '8.15.12'
ALEMBIC_VERSION = '16b28ef31b5b'

# FORCE UPGRADE MASTER
Expand Down

0 comments on commit 7469c54

Please sign in to comment.