Skip to content

Commit 5fc005d

Browse files
committed
Bump version to 3.0.0.
1 parent f420590 commit 5fc005d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.0.0
2+
-----
3+
4+
* BREAKING: Remove RPi.GPIO and bus autodetect
5+
* BREAKING: Switch to smbus2
6+
17
2.0.0
28
-----
39

sn3218/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.0.0'
1+
__version__ = '3.0.0'
22

33

44
I2C_ADDRESS = 0x54

0 commit comments

Comments
 (0)