2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-18 10:46:31 +00:00

Update version.py (#6832)

Update version number to 0.14.5
This commit is contained in:
Oliver
2024-03-24 15:30:20 +11:00
committed by GitHub
parent 35fc954ff8
commit 3df402985a

View File

@@ -19,7 +19,7 @@ from dulwich.repo import NotGitRepository, Repo
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 = '0.14.4' INVENTREE_SW_VERSION = '0.14.5'
# Discover git # Discover git
try: try: