Skip to content

Commit 78b620a

Browse files
committed
Prep for v0.0.6
1 parent 225e07a commit 78b620a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

library/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.6
2+
-----
3+
4+
* Fix noise by specifying adau7002 device
5+
16
0.0.5
27
-----
38

library/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ You're best using the "One-line" install method if you want all of the UART seri
1717
![Enviro Plus pHAT](./Enviro-Plus-pHAT.jpg)
1818
![Enviro Mini pHAT](./Enviro-mini-pHAT.jpg)
1919

20+
:warning: This library now supports Python 3 only, Python 2 is EOL - https://www.python.org/doc/sunset-python-2/
21+
2022
## One-line (Installs from GitHub)
2123

2224
```
@@ -51,7 +53,7 @@ And if you're using a PMS5003 sensor you will need to:
5153
And install additional dependencies:
5254

5355
```
54-
sudo apt install python-numpy python-smbus python-pil python-setuptools
56+
sudo apt install python3-numpy python3-smbus python3-pil python3-setuptools
5557
```
5658

5759
## Alternate Software & User Projects
@@ -70,6 +72,11 @@ sudo apt install python-numpy python-smbus python-pil python-setuptools
7072
* Discord - https://discord.gg/hr93ByC
7173

7274
# Changelog
75+
0.0.6
76+
-----
77+
78+
* Fix noise by specifying adau7002 device
79+
7380
0.0.5
7481
-----
7582

library/enviroplus/__init__.py

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

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.5
4+
version = 0.0.6
55
author = Philip Howard
66
author_email = [email protected]
77
description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi

0 commit comments

Comments
 (0)