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.
1 parent c38dda7 commit e387d76Copy full SHA for e387d76
2 files changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- netbox-version: ["v4.2.1"]
+ netbox-version: ["v4.3.0"]
10
services:
11
redis:
12
image: redis
netbox_inventory/__init__.py
@@ -11,7 +11,7 @@ class NetBoxInventoryConfig(PluginConfig):
author = 'Matej Vadnjal'
author_email = 'matej.vadnjal@arnes.si'
13
base_url = 'inventory'
14
- min_version = '4.2.1'
+ min_version = '4.3.0'
15
default_settings = {
16
'top_level_menu': True,
17
'planned_status_name': 'planned',
0 commit comments