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.
2 parents fa9e365 + b6292f2 commit d9f52e6Copy full SHA for d9f52e6
netbox_onboarding/__init__.py
@@ -12,7 +12,7 @@
12
limitations under the License.
13
"""
14
15
-__version__ = "2.0.0-beta.1"
+__version__ = "2.0.0-beta.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 = "2.0.0-beta.1"
+version = "2.0.0-beta.2"
4
description = "A plugin for NetBox to easily onboard new devices."
5
authors = ["Network to Code, LLC <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments