From da6ae97f1f4c26668fe5c57b9a9a6c0a87de3085 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 4 Dec 2017 10:37:52 +0000 Subject: [PATCH] Prep for v1.0.4 --- library/CHANGELOG.txt | 6 ++++++ library/bme680/__init__.py | 2 +- library/setup.py | 2 +- packaging/CHANGELOG | 7 +++++++ packaging/debian/changelog | 7 +++++++ 5 files changed, 22 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index b9496a2..d776f15 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,9 @@ +1.0.4 +----- + +* Fix to range_sw_err for extremely high gas readings +* Convert to unsigned int to fix negative gas readings + 1.0.3 ----- diff --git a/library/bme680/__init__.py b/library/bme680/__init__.py index a8f7720..ea19373 100644 --- a/library/bme680/__init__.py +++ b/library/bme680/__init__.py @@ -2,7 +2,7 @@ from .constants import * import math import time -__version__ = '1.0.3' +__version__ = '1.0.4' class BME680(BME680Data): """BOSCH BME680 diff --git a/library/setup.py b/library/setup.py index 911b539..78223c3 100755 --- a/library/setup.py +++ b/library/setup.py @@ -39,7 +39,7 @@ classifiers = ['Development Status :: 5 - Production/Stable', setup( name = 'bme680', - version = '1.0.3', + version = '1.0.4', author = 'Philip Howard', author_email = 'phil@pimoroni.com', description = """Python library for driving the Pimoroni BME680 Breakout""", diff --git a/packaging/CHANGELOG b/packaging/CHANGELOG index c3f5684..231a9df 100644 --- a/packaging/CHANGELOG +++ b/packaging/CHANGELOG @@ -1,3 +1,10 @@ +bme680 (1.0.4) stable; urgency=low + + * Fix to range_sw_err for extremely high gas readings + * Convert to unsigned int to fix negative gas readings + + -- Phil Howard Mon, 04 Dec 2017 00:00:00 +0000 + bme680 (1.0.3) stable; urgency=low * Merged temperature compensation fix from Bosch's BME680_driver 3.5.3 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index c3f5684..231a9df 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,10 @@ +bme680 (1.0.4) stable; urgency=low + + * Fix to range_sw_err for extremely high gas readings + * Convert to unsigned int to fix negative gas readings + + -- Phil Howard Mon, 04 Dec 2017 00:00:00 +0000 + bme680 (1.0.3) stable; urgency=low * Merged temperature compensation fix from Bosch's BME680_driver 3.5.3