Update version to 1.9.0 and release name to "Documentation Dynamo"; modify TODO list for upcoming milestones and documentation enhancements.

This commit is contained in:
Christian Krakau-Louis
2025-05-13 11:27:05 +02:00
parent 204941a1dc
commit 0d5cad85e9
3 changed files with 66 additions and 232 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.7.0",
"release_name": "Bulletproof Backups",
"release_date": "2025-05-07",
"build_number": "20250507001"
"version": "1.9.0",
"release_name": "Documentation Dynamo",
"release_date": "2025-05-12",
"build_number": "20250512001"
}
def get_version_str(include_build=False):