[Task]: Version string in header has malformed date #14

Open
opened 2026-04-17 11:35:37 +00:00 by tgohle · 0 comments
Owner

Problem

The old v0.1 header contains a malformed version date string.

Current header

# Version:      0.1 - 2025-10-2025

Why this matters

This is only a cosmetic issue, but version metadata should still be clean and unambiguous.

Bad header metadata becomes annoying later when comparing files, preparing releases, or writing patch notes.

Fix approach

Correct the date to the intended format, for example:

# Version:      0.1 - 2025-10-25

Status

Still open as a metadata cleanup item unless corrected during the next commit.

### Problem The old v0.1 header contains a malformed version date string. ### Current header ```python # Version: 0.1 - 2025-10-2025 ``` ### Why this matters This is only a cosmetic issue, but version metadata should still be clean and unambiguous. Bad header metadata becomes annoying later when comparing files, preparing releases, or writing patch notes. ### Fix approach Correct the date to the intended format, for example: ```python # Version: 0.1 - 2025-10-25 ``` ### Status Still open as a metadata cleanup item unless corrected during the next commit.
tgohle added the
area/config
kind
task
3
severity
low
3
state
confirmed
2
labels 2026-04-17 11:50:20 +00:00
tgohle self-assigned this 2026-04-17 12:09:17 +00:00
tgohle changed title from Version string in header has malformed date to [Task]: Version string in header has malformed date 2026-04-18 11:19:39 +00:00
Sign in to join this conversation.
No description provided.