We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd33f0 commit 6c958daCopy full SHA for 6c958da
netbox_floorplan/__init__.py
@@ -5,7 +5,7 @@ class FloorplanConfig(PluginConfig):
5
name = "netbox_floorplan"
6
verbose_name = "Netbox Floorplan"
7
description = ""
8
- version = "0.3.4"
+ version = "0.3.6"
9
base_url = "floorplan"
10
min_version = "3.4.1"
11
netbox_floorplan/version.py
@@ -1 +1 @@
1
-__version__ = "0.3.4"
+__version__ = "0.3.6"
0 commit comments