Skip to content

Commit 09039ec

Browse files
authored
Update __init__.py
1 parent 30cdcf1 commit 09039ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_rpki/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class RpkiConfig(PluginConfig):
1010
author = 'Mencken Davidson'
1111
author_email = '[email protected]'
1212
base_url = 'netbox_rpki'
13-
min_version = '4.1.0'
14-
max_version = '4.1.7'
13+
min_version = '3.6.0'
14+
max_version = '4.2.1'
1515
required_settings = []
1616
default_settings = {
1717
'top_level_menu': True

0 commit comments

Comments
 (0)