fix: improve date comparison for chore completion status

This commit is contained in:
2026-04-29 14:18:23 -04:00
parent a2b464af7b
commit 1b267f465c

View File

@@ -2,7 +2,7 @@
# file: config/version.py
import os
BASE_VERSION = "1.0.11" # update manually when releasing features
BASE_VERSION = "1.0.12" # update manually when releasing features
def get_full_version() -> str:
"""