2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-18 08:15:21 +00:00

Update version.py (#9658)

Bump version to 0.17.12
This commit is contained in:
Oliver 2025-05-14 11:30:02 +01:00 committed by GitHub
parent b705deaf54
commit d8b1ac5962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.17.11'
INVENTREE_SW_VERSION = '0.17.12'
logger = logging.getLogger('inventree')