Skip to content

Commit

Permalink
Merge pull request #99 from DanSheps/develop
Browse files Browse the repository at this point in the history
Update for 4.1
  • Loading branch information
DanSheps authored Sep 3, 2024
2 parents e63244c + a94f214 commit 28dad67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_config_backup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class NetboxConfigBackup(PluginConfig):
author = metadata.get('Author')
author_email = metadata.get('Author-email')
base_url = 'configbackup'
min_version = '3.5.8'
min_version = '4.1.0'
max_version = '4.1.99'
required_settings = [
'repository',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='netbox_config_backup',
version='2.0.1',
version='2.1.0-beta1',
description='NetBox Configuration Backup',
long_description='Plugin to backup device configuration',
url='https://github.com/dansheps/netbox-config-backup/',
Expand Down

0 comments on commit 28dad67

Please sign in to comment.