diff --git a/CHANGELOG.md b/CHANGELOG.md index b7654dfd8..c4a4a6f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 8.14.2 (Unreleased) +## 8.14.2 (2022-08-20) ### Bugfixes diff --git a/README.rst b/README.rst index 60077cb4b..f24c3b9f1 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Mycodo Environmental Regulation System -Latest version: 8.14.1 +Latest version: 8.14.2 Mycodo is open source software for the Raspberry Pi that couples inputs and outputs in interesting ways to sense and manipulate the environment. diff --git a/mycodo/config.py b/mycodo/config.py index 805f333d9..9ec641e85 100644 --- a/mycodo/config.py +++ b/mycodo/config.py @@ -13,7 +13,7 @@ sys.path.append(os.path.abspath(os.path.dirname(__file__))) from config_translations import TRANSLATIONS as T -MYCODO_VERSION = '8.14.1' +MYCODO_VERSION = '8.14.2' ALEMBIC_VERSION = '07c7c8ebc195' # FORCE UPGRADE MASTER