From 937ec1dda639d7e55f4f5b5a1def93fb991f99a6 Mon Sep 17 00:00:00 2001 From: Josh VanDeraa Date: Mon, 13 Jul 2020 12:08:28 -0500 Subject: [PATCH] Moves version to 1.2 --- netbox_onboarding/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox_onboarding/__init__.py b/netbox_onboarding/__init__.py index 50a7174..9c0c83e 100644 --- a/netbox_onboarding/__init__.py +++ b/netbox_onboarding/__init__.py @@ -12,7 +12,7 @@ limitations under the License. """ -__version__ = "1.1.0" +__version__ = "1.2.0" from extras.plugins import PluginConfig diff --git a/pyproject.toml b/pyproject.toml index fb056a2..2df2dcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ntc-netbox-plugin-onboarding" -version = "1.1.0" +version = "1.2.0" description = "A plugin for NetBox to easily onboard new devices." authors = ["Network to Code, LLC "] license = "Apache-2.0"