Skip to content

Commit 904eb7f

Browse files
committed
release: 1.0.5
1 parent 714c5b1 commit 904eb7f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
w1thermsensor (1.0.5) stable; urgency=low
2+
3+
* Add need-root hint in exception when failed to change precision
4+
5+
-- Timo Furrer <[email protected]> Sat, 14 Oct 2017 07:11:39 +0200
6+
17
w1thermsensor (1.0.4) jessie; urgency=low
28

39
* Run Raspbian integration tests on Travis CI

w1thermsensor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
from .core import W1ThermSensor # noqa
88
from .errors import NoSensorFoundError, SensorNotReadyError, UnsupportedUnitError # noqa
99

10-
__version__ = "1.0.4"
10+
__version__ = "1.0.5"
1111
__author__ = "Timo Furrer"
1212
__email__ = "[email protected]"

0 commit comments

Comments
 (0)