File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ A netbox plugin providing floorplan mapping capability for locations and sites
23
23
| -------------| -----------|
24
24
| 3.5 | >= 0.3.2 |
25
25
| 3.6 | >= 0.3.2 |
26
- | > 4.0.2 | 0.4.0 |
26
+ | 4.0.x | 0.4.1 |
27
27
28
28
## Installing
29
29
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ class FloorplanConfig(PluginConfig):
6
6
name = "netbox_floorplan"
7
7
verbose_name = "Netbox Floorplan"
8
8
description = ""
9
- version = "0.4.0 "
9
+ version = "0.4.1 "
10
10
base_url = "floorplan"
11
11
min_version = "4.0.2"
12
- max_version = "4.0.10 "
12
+ max_version = "4.0.11 "
13
13
14
14
15
15
config = FloorplanConfig
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.0 "
1
+ __version__ = "0.4.1 "
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ def get_version(rel_path):
38
38
include_package_data = True ,
39
39
zip_safe = False ,
40
40
min_version = "4.0.2" ,
41
- max_version = "4.0.10 "
41
+ max_version = "4.0.11 "
42
42
)
You can’t perform that action at this time.
0 commit comments