Prep for version 1.0.2

This commit is contained in:
Phil Howard 2017-10-19 12:21:16 +01:00
parent aa919425c2
commit 7bc7ef693b
5 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1.0.2
-----
* Fixed set_gas_heater_temperature to avoid i2c TypeError
1.0.1
-----

View File

@ -2,7 +2,7 @@ from .constants import *
import math
import time
__version__ = '1.0.1'
__version__ = '1.0.2'
class BME680(BME680Data):
"""BOSCH BME680

View File

@ -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""",

View File

@ -1,3 +1,9 @@
bme680 (1.0.2) stable; urgency=low
* Fixed set_gas_heater_temperature to avoid i2c TypeError
-- Phil Howard <phil@pimoroni.com> Wed, 18 Oct 2017 00:00:00 +0000
bme680 (1.0.1) stable; urgency=low
* Added Manifest to Python package

View File

@ -1,3 +1,9 @@
bme680 (1.0.2) stable; urgency=low
* Fixed set_gas_heater_temperature to avoid i2c TypeError
-- Phil Howard <phil@pimoroni.com> Wed, 18 Oct 2017 00:00:00 +0000
bme680 (1.0.1) stable; urgency=low
* Added Manifest to Python package