File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.1.1
2+ -----
3+
4+ * New: constants to clarify heater on/off states
5+
6+ 1.1.0
7+ -----
8+
9+ * New: support for BME688 "high" gas resistance variant
10+ * New: set/get gas heater disable bit
11+ * Enhancement: fail with descriptive RuntimeError when chip is not detected
12+
1131.0.5
214-----
315
Original file line number Diff line number Diff line change @@ -56,6 +56,18 @@ In all cases you will have to enable the i2c bus.
5656* Get help - http://forums.pimoroni.com/c/support
5757
5858# Changelog
59+ 1.1.1
60+ -----
61+
62+ * New: constants to clarify heater on/off states
63+
64+ 1.1.0
65+ -----
66+
67+ * New: support for BME688 "high" gas resistance variant
68+ * New: set/get gas heater disable bit
69+ * Enhancement: fail with descriptive RuntimeError when chip is not detected
70+
59711.0.5
6072-----
6173
Original file line number Diff line number Diff line change 55import math
66import time
77
8- __version__ = '1.0.5 '
8+ __version__ = '1.1.1 '
99
1010
1111# Export constants to global namespace
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22[metadata]
33name = bme680
4- version = 1.0.5
4+ version = 1.1.1
55author = Philip Howard
6677description = Python library for the BME680 temperature, humidity and gas sensor
You can’t perform that action at this time.
0 commit comments