Skip to content

Commit eb0641c

Browse files
authored
Merge pull request #104 from DanSheps/develop
Release
2 parents cf58ab0 + 15d7008 commit eb0641c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_config_backup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class NetboxConfigBackup(PluginConfig):
99
name = metadata.get('Name').replace('-', '_')
1010
verbose_name = metadata.get('Name').replace('-', ' ').title()
11-
description = metadata.get('Description')
11+
description = metadata.get('Summary')
1212
version = metadata.get('Version')
1313
author = metadata.get('Author')
1414
author_email = metadata.get('Author-email')

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description = "A NetBox Switch Configuration Backup Plugin"
1717
readme = "README.md"
1818
requires-python = ">=3.10"
1919
keywords = ["netbox-plugin", ]
20-
version = "2.1.1-beta2"
20+
version = "2.1.1"
2121
license = {file = "LICENSE"}
2222
classifiers = [
2323
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)