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 3342679 commit 94fc530Copy full SHA for 94fc530
netbox_onboarding/__init__.py
@@ -12,7 +12,7 @@
12
limitations under the License.
13
"""
14
15
-__version__ = "0.9.2"
+__version__ = "0.9.3"
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.2"
+version = "0.9.3"
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