Skip to content

Commit aab895a

Browse files
Fixes #325: Enforce maximum NetBox version for v0.6 (#326)
1 parent 5cb68c8 commit aab895a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox_branching/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class AppConfig(PluginConfig):
1414
version = '0.6.1'
1515
base_url = 'branching'
1616
min_version = '4.3.2'
17+
max_version = '4.3.99'
1718
middleware = [
1819
'netbox_branching.middleware.BranchMiddleware'
1920
]

0 commit comments

Comments
 (0)