We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fd0827 + 4c30fb9 commit 5dfc3d4Copy full SHA for 5dfc3d4
netbox_onboarding/__init__.py
@@ -12,7 +12,7 @@
12
limitations under the License.
13
"""
14
15
-__version__ = "1.0.0"
+__version__ = "1.1.0"
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 = "1.0.0"
+version = "1.1.0"
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