Skip to content

Commit 6396380

Browse files
committed
Update __init__
1 parent 5c5f432 commit 6396380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_bgp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class BGPConfig(PluginConfig):
1111
author_email = 'mgk.kolek@gmail.com'
1212
base_url = 'bgp'
1313
required_settings = []
14-
# min_version = '4.2.0'
15-
# max_version = '4.2.99'
14+
min_version = '4.3.0'
15+
max_version = '4.3.99'
1616
default_settings = {
1717
'device_ext_page': 'right',
1818
'top_level_menu' : False,

0 commit comments

Comments
 (0)