Skip to content

Commit 63309da

Browse files
committed
Bump version and max_version
1 parent c9b5f90 commit 63309da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

netbox_floorplan/__init__.py

Lines changed: 2 additions & 2 deletions
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

setup.py

Lines changed: 1 addition & 1 deletion
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)