bump version (#682)

This commit is contained in:
Mario
2025-10-15 17:34:20 +02:00
committed by GitHub
parent 8100b8146f
commit 5981a21830
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ systemctl restart netbox
| netbox version | netbox-topology-views version | | netbox version | netbox-topology-views version |
| -------------- | ----------------------------- | | -------------- | ----------------------------- |
| = 4.4.X | = v4.3.0 | | = 4.4.X | = v4.4.0 |
| = 4.3.X | = v4.3.0 | | = 4.3.X | = v4.3.0 |
| = 4.2.1 | = v4.2.1 | | = 4.2.1 | = v4.2.1 |
| = 4.2.0 | = v4.2.0 | | = 4.2.0 | = v4.2.0 |
+4 -1
View File
@@ -1,9 +1,12 @@
version: 0.1 version: 0.1
package_name: netbox-topology-views package_name: netbox-topology-views
compatibility: compatibility:
- release: 4.4.0
netbox_min: 4.4.0
netbox_max: 4.4.3
- release: 4.3.0 - release: 4.3.0
netbox_min: 4.3.0 netbox_min: 4.3.0
netbox_max: 4.3.1 netbox_max: 4.3.7
- release: 4.2.0 - release: 4.2.0
netbox_min: 4.2.0 netbox_min: 4.2.0
netbox_max: 4.2.1 netbox_max: 4.2.1
+1 -1
View File
@@ -5,7 +5,7 @@ class TopologyViewsConfig(PluginConfig):
name = "netbox_topology_views" name = "netbox_topology_views"
verbose_name = "Topology views" verbose_name = "Topology views"
description = "An plugin to render topology maps" description = "An plugin to render topology maps"
version = "4.3.0" version = "4.4.0"
author = "Mattijs Vanhaverbeke" author = "Mattijs Vanhaverbeke"
author_email = "author@example.com" author_email = "author@example.com"
base_url = "netbox_topology_views" base_url = "netbox_topology_views"
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "netbox_topology_views", "name": "netbox_topology_views",
"version": "4.3.0", "version": "4.4.0",
"scripts": { "scripts": {
"bundle": "node bundle.js", "bundle": "node bundle.js",
"bundle:styles": "node bundle.js --styles", "bundle:styles": "node bundle.js --styles",
+1 -1
View File
@@ -7,7 +7,7 @@ long_description = readme.read_text()
setup( setup(
name="netbox-topology-views", name="netbox-topology-views",
version="4.3.0", version="4.4.0",
description="An NetBox plugin to create Topology maps", description="An NetBox plugin to create Topology maps",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",