From 0f9ccd3b63e52e37436d8f00029bf48ba87e8f2a Mon Sep 17 00:00:00 2001 From: Shin'ichiro Kawasaki Date: Tue, 21 Mar 2023 17:17:31 +0900 Subject: [PATCH] Tag version 0.2.7 Signed-off-by: Shin'ichiro Kawasaki --- README.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3780a5e..c15bbc0 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,11 @@ Please file issues to [GitHub issue tracker](https://github.com/kawasaki/pyscrli Releases -------- +Release 0.2.7 + +* Supported Snap Firefox and Chromium +* Added -r option to retry BLE scan + Release 0.2.6 * Removed Bluetooth Classic and LEGO Mindstorm EV3 support diff --git a/setup.py b/setup.py index 02facad..36c5840 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pyscrlink", - version="0.2.6", + version="0.2.7", author="Shin'ichiro Kawasaki", author_email='kawasaki@juno.dti.ne.jp', description='Scratch-link for Linux with Python',