Skip to content

Commit 921cba2

Browse files
committed
Updates for release 0.2.
1 parent 655447b commit 921cba2

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

ChangeLog

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
needrestart (0.2)
2+
3+
* Features:
4+
- micropython port
5+
(github pr #2 by Thomas Waldmann @ThomasWaldmann)
6+
- upload to PyPi
7+
8+
* Changes:
9+
- add 0xa8 to valid device id's
10+
(github pr #1 by Ristomatti Airo @ristomatti)
11+
12+
-- Thomas Liske <thomas@fiasko-nw.net> Sun, 15 Apr 2018 21:36:49 +0200
13+
114
needrestart (0.1)
215

316
* Initial release.
417

5-
-- Thomas Liske <thomas@fiasko-nw.net> Sun, 15 Apr 2018 21:36:49 +0200
18+
-- Thomas Liske <thomas@fiasko-nw.net> Tue, 06 Jun 2017 01:30:55 +0200
619

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
setup(
66
name = 'apds9960',
77
packages = ['apds9960'],
8-
version = '0.1',
8+
version = '0.2',
99
description = 'Python APDS-9960 Library',
1010
author = 'Thomas Liske',
1111
author_email = 'thomas@fiasko-nw.net',
1212
url = 'https://github.com/liske/python-apds9960/',
13-
download_url = 'https://github.com/liske/python-apds9960/archive/0.1.tar.gz',
13+
download_url = 'https://github.com/liske/python-apds9960/archive/0.2.tar.gz',
1414
keywords = 'apds9960',
1515
license='GPLv3+',
1616
long_description=open('README.md', 'r').read(),

0 commit comments

Comments
 (0)