Skip to content

Commit

Permalink
Merge pull request #104 from DanSheps/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
DanSheps authored Sep 19, 2024
2 parents cf58ab0 + 15d7008 commit eb0641c
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 @@ -8,7 +8,7 @@
class NetboxConfigBackup(PluginConfig):
name = metadata.get('Name').replace('-', '_')
verbose_name = metadata.get('Name').replace('-', ' ').title()
description = metadata.get('Description')
description = metadata.get('Summary')
version = metadata.get('Version')
author = metadata.get('Author')
author_email = metadata.get('Author-email')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = "A NetBox Switch Configuration Backup Plugin"
readme = "README.md"
requires-python = ">=3.10"
keywords = ["netbox-plugin", ]
version = "2.1.1-beta2"
version = "2.1.1"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit eb0641c

Please sign in to comment.