feat: add functions to validate today's timestamps and update pending status logic
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m52s

This commit is contained in:
2026-05-03 11:53:21 -04:00
parent 75d3d6dc39
commit ce3d1b3d54
3 changed files with 248 additions and 9 deletions

View File

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