Skip to content

Commit da6ae97

Browse files
committed
Prep for v1.0.4
1 parent 097287e commit da6ae97

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

library/CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.4
2+
-----
3+
4+
* Fix to range_sw_err for extremely high gas readings
5+
* Convert to unsigned int to fix negative gas readings
6+
17
1.0.3
28
-----
39

library/bme680/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import math
33
import time
44

5-
__version__ = '1.0.3'
5+
__version__ = '1.0.4'
66

77
class BME680(BME680Data):
88
"""BOSCH BME680

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name = 'bme680',
42-
version = '1.0.3',
42+
version = '1.0.4',
4343
author = 'Philip Howard',
4444
author_email = '[email protected]',
4545
description = """Python library for driving the Pimoroni BME680 Breakout""",

packaging/CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
bme680 (1.0.4) stable; urgency=low
2+
3+
* Fix to range_sw_err for extremely high gas readings
4+
* Convert to unsigned int to fix negative gas readings
5+
6+
-- Phil Howard <[email protected]> Mon, 04 Dec 2017 00:00:00 +0000
7+
18
bme680 (1.0.3) stable; urgency=low
29

310
* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3

packaging/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
bme680 (1.0.4) stable; urgency=low
2+
3+
* Fix to range_sw_err for extremely high gas readings
4+
* Convert to unsigned int to fix negative gas readings
5+
6+
-- Phil Howard <[email protected]> Mon, 04 Dec 2017 00:00:00 +0000
7+
18
bme680 (1.0.3) stable; urgency=low
29

310
* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3

0 commit comments

Comments
 (0)