Skip to content

Commit 2cbbfa4

Browse files
committed
Prep for v2.0.0.
1 parent 3617a39 commit 2cbbfa4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.0.0
2+
-----
3+
4+
* Repackage to hatch/pyproject.toml
5+
* Drop Python 2.7 support
6+
* Switch from smbu2 to smbus2
7+
18
1.1.1
29
-----
310

bme680/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from . import constants
66
from .constants import BME680Data, lookupTable1, lookupTable2
77

8-
__version__ = '1.1.1'
8+
__version__ = '2.0.0'
99

1010

1111
# Export constants to global namespace

0 commit comments

Comments
 (0)