basic support for v4.2 (#592)

* basic support for v4.2

* bump versions

* update readme with versions

* upgrade version for v4.1.X
This commit is contained in:
mattieserver
2025-01-10 15:41:44 +01:00
committed by GitHub
parent 2893fff111
commit cf8641939a
9 changed files with 395 additions and 132 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class TopologyViewsConfig(PluginConfig):
name = "netbox_topology_views"
verbose_name = "Topology views"
description = "An plugin to render topology maps"
version = "4.1.0"
version = "4.2.0"
author = "Mattijs Vanhaverbeke"
author_email = "author@example.com"
base_url = "netbox_topology_views"