Skip to content

Commit d368d75

Browse files
committed
Update description and update release to 0.9.0
1 parent e9c9256 commit d368d75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

netbox_onboarding/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
limitations under the License.
1313
"""
1414

15-
__version__ = "1.0.0"
15+
__version__ = "0.9.0"
1616

1717
from 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 = {

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "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."
55
authors = ["Info <info@networktocode.com>"]
66
packages = [
77
{ include = "netbox_onboarding" },

0 commit comments

Comments
 (0)