Skip to content

Commit

Permalink
Merge pull request #52 from netbox-community/0-4-1
Browse files Browse the repository at this point in the history
Release 0.4.1
  • Loading branch information
cruse1977 authored Oct 10, 2024
2 parents c9b5f90 + 8fec1d4 commit 1d3536d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A netbox plugin providing floorplan mapping capability for locations and sites
|-------------|-----------|
| 3.5 | >= 0.3.2 |
| 3.6 | >= 0.3.2 |
| >4.0.2 | 0.4.0 |
| 4.0.x | 0.4.1 |

## Installing

Expand Down
4 changes: 2 additions & 2 deletions netbox_floorplan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ class FloorplanConfig(PluginConfig):
name = "netbox_floorplan"
verbose_name = "Netbox Floorplan"
description = ""
version = "0.4.0"
version = "0.4.1"
base_url = "floorplan"
min_version = "4.0.2"
max_version = "4.0.10"
max_version = "4.0.11"


config = FloorplanConfig
2 changes: 1 addition & 1 deletion netbox_floorplan/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def get_version(rel_path):
include_package_data=True,
zip_safe=False,
min_version="4.0.2",
max_version="4.0.10"
max_version="4.0.11"
)

0 comments on commit 1d3536d

Please sign in to comment.