We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fa663 commit 6d6d3ddCopy full SHA for 6d6d3dd
library/CHANGELOG.txt
@@ -1,3 +1,10 @@
1
+0.0.2
2
+-----
3
+
4
+* Add support for extra ADC channel in Gas
5
+* Handle breaking change in new ltr559 library
6
+* Add Noise functionality
7
8
0.0.1
9
-----
10
library/enviroplus/__init__.py
@@ -1 +1 @@
-__version__ = '0.0.1'
+__version__ = '0.0.2'
library/setup.cfg
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = enviroplus
-version = 0.0.1
+version = 0.0.2
author = Philip Howard
author_email = phil@pimoroni.com
description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi"
0 commit comments