Skip to content

Commit

Permalink
Bump version and max_version
Browse files Browse the repository at this point in the history
  • Loading branch information
cruse1977 committed Oct 9, 2024
1 parent c9b5f90 commit 63309da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 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 63309da

Please sign in to comment.