We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6188fb commit c1c8aebCopy full SHA for c1c8aeb
netbox_scripthelper/__init__.py
@@ -9,15 +9,15 @@ class ScriptHelperConfig(PluginConfig):
9
name = 'netbox_scripthelper'
10
verbose_name = 'NetBox ScriptHelper'
11
description = 'Collections of utilities for Netbox custom scripts.'
12
- version = '0.2.0'
+ version = '0.3.0'
13
author = 'Andrey Shalashov'
14
author_email = 'avshalashov@yandex.ru'
15
base_url = 'scripthelper'
16
required_settings = []
17
default_settings = {}
18
django_apps = []
19
min_version = '3.3.0'
20
- max_version = '4.0.99'
+ max_version = '4.1.99'
21
22
23
config = ScriptHelperConfig
0 commit comments