v2.0.1: feat: Implement modular versioning
- Einführung von __version__ Attributen in allen Kernmodulen (data_processor, helpers etc.). - Erstellung einer zentralen Funktion log_module_versions in helpers.py. - Integration des Version-Loggings beim Start des Hauptskripts für volle Nachvollziehbarkeit.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# google_sheet_handler.py
|
||||
|
||||
__version__ = "v2.0.1"
|
||||
|
||||
import os
|
||||
import logging
|
||||
import gspread
|
||||
|
||||
Reference in New Issue
Block a user