Skip to content

Commit

Permalink
release: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Jun 15, 2017
1 parent 308f887 commit 56ddf2a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,16 @@ jobs:
install:
- docker version
- make travis-prepare-integration
script: make travis-integration-tests
script:
- make travis-integration-tests
- ls -l deb/
# we don't need this env variable
env: W1THERMSENSOR_NO_KERNEL_MODULE=None
deploy:
provider: releases
api_key:
secure: IAzzKHT/Hckgwz07wL/oEyvNraPPUHVd/JAD2U7bgZGg0zAEnM6A14OK7XrRh2DBuvgSemlFosxiE6W8baBT0qGrP6kQ1zXo9FghohFJxG1yeCB0YKWmRPJOtY191U9XdyTv9kOFHiFR5xMGaAXBNz/zjn9dHAKLDITz7RDUaQI=
file_glob: true
file: deb/*.deb
skip_cleanup: true
on:
Expand Down Expand Up @@ -81,3 +84,4 @@ deploy:
tags: true
repo: timofurrer/w1thermsensor
distributions: sdist bdist_wheel
skip_cleanup: true
7 changes: 7 additions & 0 deletions debian/changelog
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
Expand Down
2 changes: 1 addition & 1 deletion w1thermsensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]"

0 comments on commit 56ddf2a

Please sign in to comment.