-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
|
||
setup( | ||
name = 'bme680', | ||
version = '1.0.2', | ||
version = '1.0.3', | ||
author = 'Philip Howard', | ||
author_email = '[email protected]', | ||
description = """Python library for driving the Pimoroni BME680 Breakout""", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
bme680 (1.0.3) stable; urgency=low | ||
|
||
* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3 | ||
|
||
-- Phil Howard <[email protected]> Wed, 22 Nov 2017 00:00:00 +0000 | ||
|
||
bme680 (1.0.2) stable; urgency=low | ||
|
||
* Fixed set_gas_heater_temperature to avoid i2c TypeError | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Successfully uploaded bme680_1.0.2.dsc to build-master.raspberrypi.org for raspberrypi. | ||
Successfully uploaded bme680_1.0.2.tar.xz to build-master.raspberrypi.org for raspberrypi. | ||
Successfully uploaded python-bme680_1.0.2_all.deb to build-master.raspberrypi.org for raspberrypi. | ||
Successfully uploaded python3-bme680_1.0.2_all.deb to build-master.raspberrypi.org for raspberrypi. | ||
Successfully uploaded bme680_1.0.2_armhf.changes to build-master.raspberrypi.org for raspberrypi. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
bme680 (1.0.3) stable; urgency=low | ||
|
||
* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3 | ||
|
||
-- Phil Howard <[email protected]> Wed, 22 Nov 2017 00:00:00 +0000 | ||
|
||
bme680 (1.0.2) stable; urgency=low | ||
|
||
* Fixed set_gas_heater_temperature to avoid i2c TypeError | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
|
||
sed -e "/--/d" \ | ||
-e "s/ \*/\*/" \ | ||
-e "s/.*(\([0-9].[0-9].[0-9]\)).*/\1/" \ | ||
-e '/^[0-9].[0-9].[0-9]$/ a\ | ||
-----' CHANGELOG |