Skip to content

Commit 56ddf2a

Browse files
committed
release: 1.0.4
1 parent 308f887 commit 56ddf2a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,16 @@ jobs:
4444
install:
4545
- docker version
4646
- make travis-prepare-integration
47-
script: make travis-integration-tests
47+
script:
48+
- make travis-integration-tests
49+
- ls -l deb/
4850
# we don't need this env variable
4951
env: W1THERMSENSOR_NO_KERNEL_MODULE=None
5052
deploy:
5153
provider: releases
5254
api_key:
5355
secure: IAzzKHT/Hckgwz07wL/oEyvNraPPUHVd/JAD2U7bgZGg0zAEnM6A14OK7XrRh2DBuvgSemlFosxiE6W8baBT0qGrP6kQ1zXo9FghohFJxG1yeCB0YKWmRPJOtY191U9XdyTv9kOFHiFR5xMGaAXBNz/zjn9dHAKLDITz7RDUaQI=
56+
file_glob: true
5457
file: deb/*.deb
5558
skip_cleanup: true
5659
on:
@@ -81,3 +84,4 @@ deploy:
8184
tags: true
8285
repo: timofurrer/w1thermsensor
8386
distributions: sdist bdist_wheel
87+
skip_cleanup: true

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
w1thermsensor (1.0.4) jessie; urgency=low
2+
3+
* Run Raspbian integration tests on Travis CI
4+
* Deploy debian package to GitHub releases on tags
5+
6+
-- Timo Furrer <[email protected]> Thu, 15 Jun 2017 17:12:55 +0200
7+
18
w1thermsensor (1.0.3) jessie; urgency=low
29

310
* Add docker integration tests

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.3"
10+
__version__ = "1.0.4"
1111
__author__ = "Timo Furrer"
1212
__email__ = "[email protected]"

0 commit comments

Comments
 (0)