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