File tree Expand file tree Collapse file tree 5 files changed +19
-2
lines changed
Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.0.2
2+ -----
3+
4+ * Fixed set_gas_heater_temperature to avoid i2c TypeError
5+
161.0.1
27-----
38
Original file line number Diff line number Diff line change 22import math
33import time
44
5- __version__ = '1.0.1 '
5+ __version__ = '1.0.2 '
66
77class BME680 (BME680Data ):
88 """BOSCH BME680
Original file line number Diff line number Diff line change 3939
4040setup (
4141 name = 'bme680' ,
42- version = '1.0.1 ' ,
42+ version = '1.0.2 ' ,
4343 author = 'Philip Howard' ,
4444 author_email = 'phil@pimoroni.com' ,
4545 description = """Python library for driving the Pimoroni BME680 Breakout""" ,
Original file line number Diff line number Diff line change 1+ bme680 (1.0.2) stable; urgency=low
2+
3+ * Fixed set_gas_heater_temperature to avoid i2c TypeError
4+
5+ -- Phil Howard <phil@pimoroni.com> Wed, 18 Oct 2017 00:00:00 +0000
6+
17bme680 (1.0.1) stable; urgency=low
28
39 * Added Manifest to Python package
Original file line number Diff line number Diff line change 1+ bme680 (1.0.2) stable; urgency=low
2+
3+ * Fixed set_gas_heater_temperature to avoid i2c TypeError
4+
5+ -- Phil Howard <phil@pimoroni.com> Wed, 18 Oct 2017 00:00:00 +0000
6+
17bme680 (1.0.1) stable; urgency=low
28
39 * Added Manifest to Python package
You can’t perform that action at this time.
0 commit comments