From 6d3aeb4139af8ffbfab1d9e5512ccd14d6e505f4 Mon Sep 17 00:00:00 2001 From: Doug Rohm Date: Sat, 15 Oct 2016 02:12:31 -0400 Subject: [PATCH] Update version and release notes. --- CHANGES | 5 +++++ pi_sht1x/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 12ce43d..be8d92c 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ Here you can see the full list of changes between each release. +Version 1.0.9 +------------- +Allow user specified logging instance. + + Version 1.0.8 ------------- Clean-up MANIFEST.in diff --git a/pi_sht1x/__init__.py b/pi_sht1x/__init__.py index a05a1a1..9a24e8d 100644 --- a/pi_sht1x/__init__.py +++ b/pi_sht1x/__init__.py @@ -1,4 +1,4 @@ __author__ = 'Doug Rohm' -__version__ = '1.0.8' +__version__ = '1.0.9' from .sht1x import SHT1x, SHT1xError