From b6292f270c4bbdf75c27ea7cdac05b734004756f Mon Sep 17 00:00:00 2001 From: Damien Garros Date: Tue, 22 Sep 2020 13:50:03 -0400 Subject: [PATCH] Change version to 2.0.0-beta.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 74e2bf5..fec616f 100644 --- a/netbox_onboarding/__init__.py +++ b/netbox_onboarding/__init__.py @@ -12,7 +12,7 @@ limitations under the License. """ -__version__ = "2.0.0-beta.1" +__version__ = "2.0.0-beta.2" from extras.plugins import PluginConfig diff --git a/pyproject.toml b/pyproject.toml index d9170f3..3b387a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ntc-netbox-plugin-onboarding" -version = "2.0.0-beta.1" +version = "2.0.0-beta.2" description = "A plugin for NetBox to easily onboard new devices." authors = ["Network to Code, LLC "] license = "Apache-2.0"