Explorar el Código

Updated CHANGELOG

maziggy hace 5 meses
padre
commit
a668b5245a
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      backend/app/core/config.py

+ 3 - 2
backend/app/core/config.py

@@ -1,9 +1,10 @@
+import logging
 from pathlib import Path
+
 from pydantic_settings import BaseSettings
-import logging
 
 # Application version - single source of truth
-APP_VERSION = "0.1.5b6"
+APP_VERSION = "0.1.5b7"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # Base directory for path calculations