From 7745ad281ee71053708f778369502f6f36b8d97c Mon Sep 17 00:00:00 2001 From: Alex Gittings Date: Thu, 19 Dec 2024 14:28:47 +0000 Subject: [PATCH] Bump Version --- netbox_reorder_rack/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox_reorder_rack/__init__.py b/netbox_reorder_rack/__init__.py index be01ef2..688d575 100644 --- a/netbox_reorder_rack/__init__.py +++ b/netbox_reorder_rack/__init__.py @@ -5,7 +5,7 @@ class NetboxReorderRackConfig(PluginConfig): name = "netbox_reorder_rack" verbose_name = "NetBox Reorder Rack" description = "NetBox plugin to reorder rack layouts." - version = "1.1.3" + version = "1.1.4" base_url = "reorder" diff --git a/setup.py b/setup.py index e206189..9fbd623 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="netbox_reorder_rack", - version="1.1.3", + version="1.1.4", author="Alex Gittings", author_email="agitting96@gmail.com", description="NetBox plugin to reorder rack layouts.",