-
-
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
308f887
commit 56ddf2a
Showing
3 changed files
with
13 additions
and
2 deletions.
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
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,10 @@ | ||
w1thermsensor (1.0.4) jessie; urgency=low | ||
|
||
* Run Raspbian integration tests on Travis CI | ||
* Deploy debian package to GitHub releases on tags | ||
|
||
-- Timo Furrer <[email protected]> Thu, 15 Jun 2017 17:12:55 +0200 | ||
|
||
w1thermsensor (1.0.3) jessie; urgency=low | ||
|
||
* Add docker integration tests | ||
|
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.3" | ||
__version__ = "1.0.4" | ||
__author__ = "Timo Furrer" | ||
__email__ = "[email protected]" |