From 578158b377e6d4dd6bd3f96516c490216b140984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Joz=C3=ADfek?= Date: Tue, 25 Jun 2024 17:06:06 +0200 Subject: [PATCH] Bump to version 0.8.0 - RELEASE --- ChangeLog | 3 +++ prusa/link/__init__.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dab6e6bb..ec4e6fe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog +0.8.0 + * Rpi5 first boot fix + 0.8.0alpha5 * Fix power panic stuck at Resend * Fix startup issues on RPi 5 diff --git a/prusa/link/__init__.py b/prusa/link/__init__.py index f15b82fc..bbea1173 100644 --- a/prusa/link/__init__.py +++ b/prusa/link/__init__.py @@ -5,8 +5,8 @@ __application__ = "PrusaLink" __vendor__ = "Prusa Research" -__version__ = "0.8.0alpha5" -__date__ = "14 May 2024" +__version__ = "0.8.0" +__date__ = "27 Jun 2024" __copyright__ = "(c) 2024 Prusa 3D" __author_name__ = "PrusaLink Developers" __author_email__ = "link@prusa3d.cz"