Releasing 1.0.4 into test
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Has been cancelled

This commit is contained in:
2026-02-19 15:13:08 -05:00
parent bbdabefd62
commit 8cb9199ab7
4 changed files with 3 additions and 6 deletions

View File

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