From 6d6d3dd296978d367df80193a9fc842cd79a662d Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 13 Mar 2020 10:43:39 +0000 Subject: [PATCH 1/1] Prep for v0.0.2 --- library/CHANGELOG.txt | 7 +++++++ library/enviroplus/__init__.py | 2 +- library/setup.cfg | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index 0f98d12..65825f2 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,10 @@ +0.0.2 +----- + +* Add support for extra ADC channel in Gas +* Handle breaking change in new ltr559 library +* Add Noise functionality + 0.0.1 ----- diff --git a/library/enviroplus/__init__.py b/library/enviroplus/__init__.py index b8023d8..d18f409 100644 --- a/library/enviroplus/__init__.py +++ b/library/enviroplus/__init__.py @@ -1 +1 @@ -__version__ = '0.0.1' +__version__ = '0.0.2' diff --git a/library/setup.cfg b/library/setup.cfg index 362646d..c8a3ace 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- [metadata] name = enviroplus -version = 0.0.1 +version = 0.0.2 author = Philip Howard author_email = phil@pimoroni.com description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi" -- 2.30.2