2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-13 19:36:46 +00:00

Bump dummy plugin version (#10330)

* Bump dummy plugin version

- Required, else newer versions fail CI

* Bump version number to 1.0.1
This commit is contained in:
Oliver
2025-09-16 11:45:33 +10:00
committed by GitHub
parent 048ece4797
commit 2b7627a940
2 changed files with 2 additions and 2 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 = '1.0.0'
INVENTREE_SW_VERSION = '1.0.1'
logger = logging.getLogger('inventree')

View File

@@ -10,4 +10,4 @@ class VersionPlugin(InvenTreePlugin):
NAME = 'Sample Version Plugin'
DESCRIPTION = 'A simple plugin which shows how to use the version limits'
MIN_VERSION = '0.1.0'
MAX_VERSION = '1.0.0'
MAX_VERSION = '2.0.0'