From 7bc7ef693b1e30f4e0398d047de5365412344848 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 19 Oct 2017 12:21:16 +0100 Subject: [PATCH] Prep for version 1.0.2 --- library/CHANGELOG.txt | 5 +++++ library/bme680/__init__.py | 2 +- library/setup.py | 2 +- packaging/CHANGELOG | 6 ++++++ packaging/debian/changelog | 6 ++++++ 5 files changed, 19 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index c50d340..965edea 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,8 @@ +1.0.2 +----- + +* Fixed set_gas_heater_temperature to avoid i2c TypeError + 1.0.1 ----- diff --git a/library/bme680/__init__.py b/library/bme680/__init__.py index 73895fc..d4b5ef6 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.1' +__version__ = '1.0.2' class BME680(BME680Data): """BOSCH BME680 diff --git a/library/setup.py b/library/setup.py index b124af9..2761a9d 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.1', + version = '1.0.2', 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 d1d9eba..3c42607 100644 --- a/packaging/CHANGELOG +++ b/packaging/CHANGELOG @@ -1,3 +1,9 @@ +bme680 (1.0.2) stable; urgency=low + + * Fixed set_gas_heater_temperature to avoid i2c TypeError + + -- Phil Howard Wed, 18 Oct 2017 00:00:00 +0000 + bme680 (1.0.1) stable; urgency=low * Added Manifest to Python package diff --git a/packaging/debian/changelog b/packaging/debian/changelog index d1d9eba..3c42607 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +bme680 (1.0.2) stable; urgency=low + + * Fixed set_gas_heater_temperature to avoid i2c TypeError + + -- Phil Howard Wed, 18 Oct 2017 00:00:00 +0000 + bme680 (1.0.1) stable; urgency=low * Added Manifest to Python package