Skip to content

Commit 7bc7ef6

Browse files
committed
Prep for version 1.0.2
1 parent aa91942 commit 7bc7ef6

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

library/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.2
2+
-----
3+
4+
* Fixed set_gas_heater_temperature to avoid i2c TypeError
5+
16
1.0.1
27
-----
38

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.1'
5+
__version__ = '1.0.2'
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.1',
42+
version = '1.0.2',
4343
author = 'Philip Howard',
4444
author_email = 'phil@pimoroni.com',
4545
description = """Python library for driving the Pimoroni BME680 Breakout""",

packaging/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
bme680 (1.0.2) stable; urgency=low
2+
3+
* Fixed set_gas_heater_temperature to avoid i2c TypeError
4+
5+
-- Phil Howard <phil@pimoroni.com> Wed, 18 Oct 2017 00:00:00 +0000
6+
17
bme680 (1.0.1) stable; urgency=low
28

39
* Added Manifest to Python package

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
bme680 (1.0.2) stable; urgency=low
2+
3+
* Fixed set_gas_heater_temperature to avoid i2c TypeError
4+
5+
-- Phil Howard <phil@pimoroni.com> Wed, 18 Oct 2017 00:00:00 +0000
6+
17
bme680 (1.0.1) stable; urgency=low
28

39
* Added Manifest to Python package

0 commit comments

Comments
 (0)