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.
2 parents 79b6f96 + 4310fee commit 9e48e0cCopy full SHA for 9e48e0c
1 file changed
netbox_config_backup/__init__.py
@@ -13,7 +13,7 @@ class NetboxConfigBackup(PluginConfig):
13
author = metadata.get('Author')
14
author_email = metadata.get('Author-email')
15
base_url = 'configbackup'
16
- min_version = '4.4.0'
+ min_version = '4.5.0'
17
required_settings = [
18
'repository',
19
'committer',
0 commit comments