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.
2 parents 68cef7f + 0e7a5ce commit bd8d61bCopy full SHA for bd8d61b
netbox_floorplan/__init__.py
@@ -9,8 +9,8 @@ class FloorplanConfig(PluginConfig):
9
description = ""
10
version = __version__
11
base_url = "floorplan"
12
- min_version = "4.3.0"
13
- max_version = "4.3.99"
+ min_version = "4.4.0"
+ max_version = "4.4.99"
14
15
16
config = FloorplanConfig
netbox_floorplan/version.py
@@ -1 +1 @@
1
-__version__ = "0.7.0"
+__version__ = "0.8.0"
setup.py
@@ -37,6 +37,6 @@ def get_version(rel_path):
37
packages=find_packages(),
38
include_package_data=True,
39
zip_safe=False,
40
- min_version="4.3.0",
41
- max_version="4.3.99"
+ min_version="4.4.0",
+ max_version="4.4.99"
42
)
0 commit comments