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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from dulwich.repo import NotGitRepository, Repo
from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION
# InvenTree software version
INVENTREE_SW_VERSION = '0.14.4'
INVENTREE_SW_VERSION = '0.14.5'
# Discover git
try: