Skip to content

Commit 1d3536d

Browse files
authored
Merge pull request #52 from netbox-community/0-4-1
Release 0.4.1
2 parents c9b5f90 + 8fec1d4 commit 1d3536d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A netbox plugin providing floorplan mapping capability for locations and sites
2323
|-------------|-----------|
2424
| 3.5 | >= 0.3.2 |
2525
| 3.6 | >= 0.3.2 |
26-
| >4.0.2 | 0.4.0 |
26+
| 4.0.x | 0.4.1 |
2727

2828
## Installing
2929

netbox_floorplan/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ class FloorplanConfig(PluginConfig):
66
name = "netbox_floorplan"
77
verbose_name = "Netbox Floorplan"
88
description = ""
9-
version = "0.4.0"
9+
version = "0.4.1"
1010
base_url = "floorplan"
1111
min_version = "4.0.2"
12-
max_version = "4.0.10"
12+
max_version = "4.0.11"
1313

1414

1515
config = FloorplanConfig

netbox_floorplan/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ def get_version(rel_path):
3838
include_package_data=True,
3939
zip_safe=False,
4040
min_version="4.0.2",
41-
max_version="4.0.10"
41+
max_version="4.0.11"
4242
)

0 commit comments

Comments
 (0)