2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Update version.py (#8121)

Bump version to 0.16.3
This commit is contained in:
Oliver
2024-09-13 11:34:34 +10:00
committed by GitHub
parent 065aca46cd
commit f42146bc0a

View File

@ -18,7 +18,7 @@ from django.conf import settings
from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION
# InvenTree software version
INVENTREE_SW_VERSION = '0.16.2'
INVENTREE_SW_VERSION = '0.16.3'
logger = logging.getLogger('inventree')