We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720dcbe commit 8204641Copy full SHA for 8204641
CHANGES.rst
@@ -1,6 +1,10 @@
1
BME280 ChangeLog
2
================
3
4
+0.2.4
5
+-----
6
+* [Bug fix] compensated_readings: make 'timestamp' tz-aware.
7
+
8
0.2.3
9
-----
10
* [Bug fix] Format compensated reading timestamp to always include the milliseconds
bme280/__init__.py
@@ -27,7 +27,7 @@
27
Raspberry Pi BME280 Driver.
28
"""
29
30
-__version__ = "0.2.3"
+__version__ = "0.2.4"
31
32
import datetime
33
import time
0 commit comments