From cbfd4418836e03fce4a8711cd909863414340de0 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 23 Apr 2024 11:18:33 +0100 Subject: [PATCH] Prep for v1.0.2. --- CHANGELOG.md | 9 ++++++++- enviroplus/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28efc6..47cb04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +1.0.2 +----- + +* README.md: Update install instructions +* Fix installer to enable serial +* Fix gas sensor heater pin + 1.0.1 ------------ +----- * README.md: Fix images diff --git a/enviroplus/__init__.py b/enviroplus/__init__.py index 5c4105c..7863915 100644 --- a/enviroplus/__init__.py +++ b/enviroplus/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2"