Skip to content

Commit a18817d

Browse files
committed
release: v2.3.0
1 parent 88bbcea commit a18817d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
w1thermsensor 2.3.0 (2023-09-27)
2+
================================
3+
4+
Features
5+
--------
6+
7+
- Add Calibration Data support
8+
9+
110
w1thermsensor 2.2.0 (2023-04-13)
211
================================
312

src/w1thermsensor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__description__ = "A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices." # noqa
1212
__license__ = "MIT"
13-
__version__ = "2.2.0"
13+
__version__ = "2.3.0"
1414
__author__ = "Timo Furrer"
1515
__author_email__ = "[email protected]"
1616
__url__ = "http://github.com/timofurrer/w1thermsensor"

0 commit comments

Comments
 (0)