Skip to content

Commit

Permalink
Prep for v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Dec 4, 2017
1 parent 097287e commit da6ae97
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.4
-----

* Fix to range_sw_err for extremely high gas readings
* Convert to unsigned int to fix negative gas readings

1.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion library/bme680/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import math
import time

__version__ = '1.0.3'
__version__ = '1.0.4'

class BME680(BME680Data):
"""BOSCH BME680
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name = 'bme680',
version = '1.0.3',
version = '1.0.4',
author = 'Philip Howard',
author_email = '[email protected]',
description = """Python library for driving the Pimoroni BME680 Breakout""",
Expand Down
7 changes: 7 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
bme680 (1.0.4) stable; urgency=low

* Fix to range_sw_err for extremely high gas readings
* Convert to unsigned int to fix negative gas readings

-- Phil Howard <[email protected]> Mon, 04 Dec 2017 00:00:00 +0000

bme680 (1.0.3) stable; urgency=low

* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3
Expand Down
7 changes: 7 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
bme680 (1.0.4) stable; urgency=low

* Fix to range_sw_err for extremely high gas readings
* Convert to unsigned int to fix negative gas readings

-- Phil Howard <[email protected]> Mon, 04 Dec 2017 00:00:00 +0000

bme680 (1.0.3) stable; urgency=low

* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3
Expand Down

0 comments on commit da6ae97

Please sign in to comment.