Sfoglia il codice sorgente

Merge pull request #25 from maziggy/0.1.5-final

Updated CHANGELOG
MartinNYHC 8 mesi fa
parent
commit
dcfa9797b6
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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