Skip to content

Commit

Permalink
Prep for v1.1.0/1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 11, 2021
1 parent 5f0839a commit 430c1d5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.1.1
-----

* New: constants to clarify heater on/off states

1.1.0
-----

* New: support for BME688 "high" gas resistance variant
* New: set/get gas heater disable bit
* Enhancement: fail with descriptive RuntimeError when chip is not detected

1.0.5
-----

Expand Down
12 changes: 12 additions & 0 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ In all cases you will have to enable the i2c bus.
* Get help - http://forums.pimoroni.com/c/support

# Changelog
1.1.1
-----

* New: constants to clarify heater on/off states

1.1.0
-----

* New: support for BME688 "high" gas resistance variant
* New: set/get gas heater disable bit
* Enhancement: fail with descriptive RuntimeError when chip is not detected

1.0.5
-----

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

__version__ = '1.0.5'
__version__ = '1.1.1'


# Export constants to global namespace
Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = bme680
version = 1.0.5
version = 1.1.1
author = Philip Howard
author_email = [email protected]
description = Python library for the BME680 temperature, humidity and gas sensor
Expand Down

0 comments on commit 430c1d5

Please sign in to comment.