Bump InvenTree software version to 1.4.5 (#12600)

This commit is contained in:
Oliver
2026-08-10 16:13:32 +10:00
committed by GitHub
parent 8df20e39ab
commit 122dcc2cd5
+1 -1
View File
@@ -15,7 +15,7 @@ from datetime import timedelta as td
from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION
# InvenTree software version # InvenTree software version
INVENTREE_SW_VERSION = '1.4.4' INVENTREE_SW_VERSION = '1.4.5'
# Minimum supported Python version # Minimum supported Python version
MIN_PYTHON_VERSION = (3, 11) MIN_PYTHON_VERSION = (3, 11)