mirror of
https://github.com/cmur2/python-bme680.git
synced 2026-06-19 10:47:49 +02:00
Version 1.0.3 prep
This commit is contained in:
@@ -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 <phil@pimoroni.com> Wed, 22 Nov 2017 00:00:00 +0000
|
||||
|
||||
bme680 (1.0.2) stable; urgency=low
|
||||
|
||||
* Fixed set_gas_heater_temperature to avoid i2c TypeError
|
||||
|
||||
@@ -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.
|
||||
@@ -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 <phil@pimoroni.com> Wed, 22 Nov 2017 00:00:00 +0000
|
||||
|
||||
bme680 (1.0.2) stable; urgency=low
|
||||
|
||||
* Fixed set_gas_heater_temperature to avoid i2c TypeError
|
||||
|
||||
@@ -39,9 +39,10 @@ inform "seeded debian changelog"
|
||||
|
||||
# generate pypi changelog
|
||||
|
||||
sed -e "/--/d" -e "s/ \*/\*/" \
|
||||
-e "s/.*\([0-9].[0-9].[0-9]\).*/\1/" \
|
||||
-e '/[0-9].[0-9].[0-9]/ a\
|
||||
sed -e "/--/d" \
|
||||
-e "s/ \*/\*/" \
|
||||
-e "s/.*(\([0-9].[0-9].[0-9]\)).*/\1/" \
|
||||
-e '/^[0-9].[0-9].[0-9]$/ a\
|
||||
-----' $mainlog | cat -s > $pypilog
|
||||
|
||||
version=$(head -n 1 $pypilog)
|
||||
|
||||
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user