-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
714c5b1
commit 904eb7f
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
w1thermsensor (1.0.5) stable; urgency=low | ||
|
||
* Add need-root hint in exception when failed to change precision | ||
|
||
-- Timo Furrer <[email protected]> Sat, 14 Oct 2017 07:11:39 +0200 | ||
|
||
w1thermsensor (1.0.4) jessie; urgency=low | ||
|
||
* Run Raspbian integration tests on Travis CI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ | |
from .core import W1ThermSensor # noqa | ||
from .errors import NoSensorFoundError, SensorNotReadyError, UnsupportedUnitError # noqa | ||
|
||
__version__ = "1.0.4" | ||
__version__ = "1.0.5" | ||
__author__ = "Timo Furrer" | ||
__email__ = "[email protected]" |