We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e193081 commit 9545bfeCopy full SHA for 9545bfe
netbox-plugin.yaml
@@ -1,9 +1,12 @@
1
version: 0.1
2
package_name: netbox-floorplan-plugin
3
compatibility:
4
+ - release: 0.7.0
5
+ netbox_min: 4.3.0
6
+ netbox_max: 4.3.99
7
- release: 0.6.0
8
netbox_min: 4.2.0
- netbox_max: 4.2.1
9
+ netbox_max: 4.2.99
10
- release: 0.5.0
11
netbox_min: 4.1.0
12
netbox_max: 4.1.11
netbox_floorplan/__init__.py
@@ -9,8 +9,8 @@ class FloorplanConfig(PluginConfig):
description = ""
version = __version__
base_url = "floorplan"
- min_version = "4.2.0"
13
- max_version = "4.2.99"
+ min_version = "4.3.0"
+ max_version = "4.3.99"
14
15
16
config = FloorplanConfig
0 commit comments