Skip to content

Commit

Permalink
Prep for v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 10, 2024
1 parent 3617a39 commit 2cbbfa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.0.0
-----

* Repackage to hatch/pyproject.toml
* Drop Python 2.7 support
* Switch from smbu2 to smbus2

1.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion bme680/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import constants
from .constants import BME680Data, lookupTable1, lookupTable2

__version__ = '1.1.1'
__version__ = '2.0.0'


# Export constants to global namespace
Expand Down

0 comments on commit 2cbbfa4

Please sign in to comment.