mirror of
https://github.com/kawasaki/pyscrlink.git
synced 2025-09-06 09:40:14 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0f9ccd3b63 |
@@ -170,6 +170,11 @@ Please file issues to [GitHub issue tracker](https://github.com/kawasaki/pyscrli
|
|||||||
Releases
|
Releases
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Release 0.2.7
|
||||||
|
|
||||||
|
* Supported Snap Firefox and Chromium
|
||||||
|
* Added -r option to retry BLE scan
|
||||||
|
|
||||||
Release 0.2.6
|
Release 0.2.6
|
||||||
|
|
||||||
* Removed Bluetooth Classic and LEGO Mindstorm EV3 support
|
* Removed Bluetooth Classic and LEGO Mindstorm EV3 support
|
||||||
|
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="pyscrlink",
|
name="pyscrlink",
|
||||||
version="0.2.6",
|
version="0.2.7",
|
||||||
author="Shin'ichiro Kawasaki",
|
author="Shin'ichiro Kawasaki",
|
||||||
author_email='kawasaki@juno.dti.ne.jp',
|
author_email='kawasaki@juno.dti.ne.jp',
|
||||||
description='Scratch-link for Linux with Python',
|
description='Scratch-link for Linux with Python',
|
||||||
|
Reference in New Issue
Block a user