File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ A netbox plugin providing floorplan mapping capability for locations and sites
2424| 3.5 | >= 0.3.2 |
2525| 3.6 | >= 0.3.2 |
2626| 4.0.x | 0.4.1 |
27+ | 4.1.x | 0.5.0 |
2728
2829## Installing
2930
Original file line number Diff line number Diff line change 11version : 0.1
22package_name : netbox-floorplan-plugin
33compatibility :
4+ - release : 0.5.0
5+ netbox_min : 4.1.0
6+ netbox_max : 4.1.7
47 - release : 0.4.1
58 netbox_min : 4.0.2
69 netbox_max : 4.0.11
Original file line number Diff line number Diff line change 1- __version__ = "0.4.1 "
1+ __version__ = "0.5.0 "
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ def get_version(rel_path):
3737 packages = find_packages (),
3838 include_package_data = True ,
3939 zip_safe = False ,
40- min_version = "4.0 .0" ,
41- max_version = "4.0 .99"
40+ min_version = "4.1 .0" ,
41+ max_version = "4.1 .99"
4242)
You can’t perform that action at this time.
0 commit comments