From 5569fb9f2e5f4bff1135e113496f376b03dac473 Mon Sep 17 00:00:00 2001 From: Stefan Hipfel Date: Mon, 2 Oct 2023 11:34:02 +0000 Subject: [PATCH] Create new release 1.0.3 --- netbox_atlas_plugin/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox_atlas_plugin/__init__.py b/netbox_atlas_plugin/__init__.py index 4f9a245..cef7db3 100644 --- a/netbox_atlas_plugin/__init__.py +++ b/netbox_atlas_plugin/__init__.py @@ -7,7 +7,7 @@ class NetBoxAtlasConfig(PluginConfig): description = ( "A Netbox plugin to provide a Prometheus service discovery api" ) - version = "0.1" + version = "1.0.3" author = "Stefan Hipfel" author_email = "stefan.hipfel@sap.com" base_url = "atlas" diff --git a/pyproject.toml b/pyproject.toml index bbd697d..3ebfb8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netbox-atlas-plugin" -version = "1.0.2" +version = "1.0.3" description = "A Netbox plugin to provide a Prometheus service discovery api" authors = ["Stefan Hipfel "] license = "Apache-2.0"