File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
114needrestart (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
Original file line number Diff line number Diff line change 55setup (
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 (),
You can’t perform that action at this time.
0 commit comments