Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.0
-----

* Repackage to pyproject.toml
* Require i2cdevice>=1.0.0 (smbus2)

0.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion bme280/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from i2cdevice import BitField, Device, Register, _int_to_bytes
from i2cdevice.adapter import Adapter, LookupAdapter

__version__ = "0.1.1"
__version__ = "1.0.0"

CHIP_ID = 0x60
I2C_ADDRESS_GND = 0x76
Expand Down