2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-17 06:48:31 +00:00

Update version.py (#8158)

Bump version number to 0.16.4
This commit is contained in:
Oliver
2024-09-21 18:29:33 +10:00
committed by GitHub
parent b0b05e479a
commit b0353fafbf
+1 -1
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.3'
INVENTREE_SW_VERSION = '0.16.4'
logger = logging.getLogger('inventree')