Skip to content

Commit 5981a21

Browse files
authored
bump version (#682)
1 parent 8100b81 commit 5981a21

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ systemctl restart netbox
5757
5858
| netbox version | netbox-topology-views version |
5959
| -------------- | ----------------------------- |
60-
| = 4.4.X | = v4.3.0 |
60+
| = 4.4.X | = v4.4.0 |
6161
| = 4.3.X | = v4.3.0 |
6262
| = 4.2.1 | = v4.2.1 |
6363
| = 4.2.0 | = v4.2.0 |

netbox-plugin.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
version: 0.1
22
package_name: netbox-topology-views
33
compatibility:
4+
- release: 4.4.0
5+
netbox_min: 4.4.0
6+
netbox_max: 4.4.3
47
- release: 4.3.0
58
netbox_min: 4.3.0
6-
netbox_max: 4.3.1
9+
netbox_max: 4.3.7
710
- release: 4.2.0
811
netbox_min: 4.2.0
912
netbox_max: 4.2.1

netbox_topology_views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class TopologyViewsConfig(PluginConfig):
55
name = "netbox_topology_views"
66
verbose_name = "Topology views"
77
description = "An plugin to render topology maps"
8-
version = "4.3.0"
8+
version = "4.4.0"
99
author = "Mattijs Vanhaverbeke"
1010
author_email = "author@example.com"
1111
base_url = "netbox_topology_views"

netbox_topology_views/static_dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "netbox_topology_views",
4-
"version": "4.3.0",
4+
"version": "4.4.0",
55
"scripts": {
66
"bundle": "node bundle.js",
77
"bundle:styles": "node bundle.js --styles",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="netbox-topology-views",
10-
version="4.3.0",
10+
version="4.4.0",
1111
description="An NetBox plugin to create Topology maps",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)