We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1c5be commit 89a78a3Copy full SHA for 89a78a3
netbox_onboarding/__init__.py
@@ -12,7 +12,7 @@
12
limitations under the License.
13
"""
14
15
-__version__ = "0.9.1"
+__version__ = "0.9.2"
16
17
from extras.plugins import PluginConfig
18
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ntc-netbox-plugin-onboarding"
3
-version = "0.9.1"
+version = "0.9.2"
4
description = "A plugin for NetBox to easily onboard new devices."
5
authors = ["Info <info@networktocode.com>"]
6
license = "Apache-2.0"
0 commit comments