mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-13 11:26:42 +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:
@@ -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')
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user