Skip to content

Commit e387d76

Browse files
author
Dylan
committed
bump version
1 parent c38dda7 commit e387d76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
netbox-version: ["v4.2.1"]
9+
netbox-version: ["v4.3.0"]
1010
services:
1111
redis:
1212
image: redis

netbox_inventory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NetBoxInventoryConfig(PluginConfig):
1111
author = 'Matej Vadnjal'
1212
author_email = 'matej.vadnjal@arnes.si'
1313
base_url = 'inventory'
14-
min_version = '4.2.1'
14+
min_version = '4.3.0'
1515
default_settings = {
1616
'top_level_menu': True,
1717
'planned_status_name': 'planned',

0 commit comments

Comments
 (0)