Add import queue and worker system

This commit is contained in:
Christian Krakau-Louis
2025-05-27 23:01:11 +02:00
parent 213f53593c
commit 97b5f2d209
5 changed files with 132 additions and 23 deletions
+4 -4
View File
@@ -5,10 +5,10 @@ This module provides version details that can be displayed in both CLI and UI.
# Version information
VERSION_INFO = {
"version": "1.9.0",
"release_name": "Documentation Dynamo",
"release_date": "2025-05-12",
"build_number": "20250512001"
"version": "1.10.0",
"release_name": "Import Infrastructure",
"release_date": "2025-05-27",
"build_number": "20250527001"
}
def get_version_str(include_build=False):