Skip to content

Commit e5a320d

Browse files
committed
chore: Update release date to 12/05/2025 for v1.0.1
1 parent b14c78e commit e5a320d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/gui/tab_about.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ def _init_ui(self):
7070
layout.addWidget(version_label)
7171

7272
# Release Date with time ago
73-
release_date = datetime(2025, 12, 4, 5, 0, 0, tzinfo=timezone.utc)
73+
release_date = datetime(2025, 12, 5, 22, 0, 0, tzinfo=timezone.utc)
7474
time_ago = get_time_ago(release_date)
7575
release_label = QLabel(
7676
f"<p style='color: #888; font-size: 12px;'>"
77-
f"Released: 12/04/2025 "
77+
f"Released: 12/05/2025 "
7878
f"<span style='color: #666;'>({time_ago})</span>"
7979
f"</p>"
8080
)

0 commit comments

Comments
 (0)