Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed May 13, 2015
1 parent 936ee47 commit dae9312
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Build Status](https://travis-ci.org/timofurrer/w1thermsensor.svg?branch=master)](https://travis-ci.org/timofurrer/w1thermsensor)

*Author*: Timo Furrer <[email protected]><br>
*Version*: 0.02.01
*Version*: 0.2.2

## Supported devices

Expand Down
2 changes: 1 addition & 1 deletion w1thermsensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module provides a temperature sensor of type w1 therm.
"""

__version__ = "0.02.01"
__version__ = "0.2.2"
__author__ = "Timo Furrer"
__email__ = "[email protected]"

Expand Down
1 change: 0 additions & 1 deletion w1thermsensor/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,4 @@ def get_temperatures(self, units):
:raises SensorNotReadyError: if the sensor is not ready yet
"""
sensor_value = self.raw_sensor_value

return [self._get_unit_factor(unit)(sensor_value) for unit in units]

0 comments on commit dae9312

Please sign in to comment.