Bump version number to 1.0.0 (#10283)

- Prep for upcoming release
This commit is contained in:
Oliver 2025-09-09 06:32:48 +10:00 committed by GitHub
parent e8b56e58ac
commit a916e501c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.18.0 dev'
INVENTREE_SW_VERSION = '1.0.0'
logger = logging.getLogger('inventree')