Skip to content

Commit c1c8aeb

Browse files
authored
Update __init__.py
1 parent e6188fb commit c1c8aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_scripthelper/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ class ScriptHelperConfig(PluginConfig):
99
name = 'netbox_scripthelper'
1010
verbose_name = 'NetBox ScriptHelper'
1111
description = 'Collections of utilities for Netbox custom scripts.'
12-
version = '0.2.0'
12+
version = '0.3.0'
1313
author = 'Andrey Shalashov'
1414
author_email = 'avshalashov@yandex.ru'
1515
base_url = 'scripthelper'
1616
required_settings = []
1717
default_settings = {}
1818
django_apps = []
1919
min_version = '3.3.0'
20-
max_version = '4.0.99'
20+
max_version = '4.1.99'
2121

2222

2323
config = ScriptHelperConfig

0 commit comments

Comments
 (0)