Skip to content

Commit 6d6d3dd

Browse files
committed
Prep for v0.0.2
1 parent 56fa663 commit 6d6d3dd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

library/CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
0.0.1
29
-----
310

library/enviroplus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.1'
1+
__version__ = '0.0.2'

library/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
[metadata]
33
name = enviroplus
4-
version = 0.0.1
4+
version = 0.0.2
55
author = Philip Howard
66
author_email = phil@pimoroni.com
77
description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi"

0 commit comments

Comments
 (0)