Skip to content

Commit dae9312

Browse files
committed
release 0.2.2
1 parent 936ee47 commit dae9312

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Build Status](https://travis-ci.org/timofurrer/w1thermsensor.svg?branch=master)](https://travis-ci.org/timofurrer/w1thermsensor)
99

1010
*Author*: Timo Furrer <[email protected]><br>
11-
*Version*: 0.02.01
11+
*Version*: 0.2.2
1212

1313
## Supported devices
1414

w1thermsensor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This module provides a temperature sensor of type w1 therm.
55
"""
66

7-
__version__ = "0.02.01"
7+
__version__ = "0.2.2"
88
__author__ = "Timo Furrer"
99
__email__ = "[email protected]"
1010

w1thermsensor/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,4 @@ def get_temperatures(self, units):
247247
:raises SensorNotReadyError: if the sensor is not ready yet
248248
"""
249249
sensor_value = self.raw_sensor_value
250-
251250
return [self._get_unit_factor(unit)(sensor_value) for unit in units]

0 commit comments

Comments
 (0)