From 31e85687953b7b91c14ba8522293cd135f4c39ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Joz=C3=ADfek?= Date: Fri, 28 Jun 2024 12:06:46 +0200 Subject: [PATCH] Bump the version to 0.8.1 --- ChangeLog | 3 +++ prusa/link/__init__.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9476b058..a2476f98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog +0.8.1 (2024-06-28) + * Add a v4l2 workaround so broken camera handles are disqualified from scan + 0.8.0 (2024-06-27) * Rpi5 first boot fix * Fix power panic stuck at Resend diff --git a/prusa/link/__init__.py b/prusa/link/__init__.py index bbea1173..866046c1 100644 --- a/prusa/link/__init__.py +++ b/prusa/link/__init__.py @@ -5,8 +5,8 @@ __application__ = "PrusaLink" __vendor__ = "Prusa Research" -__version__ = "0.8.0" -__date__ = "27 Jun 2024" +__version__ = "0.8.1" +__date__ = "28 Jun 2024" __copyright__ = "(c) 2024 Prusa 3D" __author_name__ = "PrusaLink Developers" __author_email__ = "link@prusa3d.cz"