File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212limitations under the License.
1313"""
1414
15- __version__ = "1.0 .0"
15+ __version__ = "0.9 .0"
1616
1717from extras .plugins import PluginConfig
1818
@@ -21,10 +21,10 @@ class OnboardingConfig(PluginConfig):
2121 """Plugin configuration for the netbox_onboarding plugin."""
2222
2323 name = "netbox_onboarding"
24- verbose_name = "Plugin for Easy Device Onboarding "
25- version = "1.0.0"
24+ verbose_name = "A plugin to easily onboard new devices. "
25+ version = __version__
2626 author = "Network to Code"
27- description = ""
27+ description = "A plugin for NetBox to easily onboard new devices. "
2828 base_url = "onboarding"
2929 required_settings = []
3030 default_settings = {
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ntc-netbox-plugin-onboarding"
3- version = " 1.0 .0"
4- description = " "
3+ version = " 0.9 .0"
4+ description = " A plugin for NetBox to easily onboard new devices. "
55authors = [" Info <info@networktocode.com>" ]
66packages = [
77 { include = " netbox_onboarding" },
You can’t perform that action at this time.
0 commit comments