Skip to content

Commit 7e4d4f6

Browse files
committed
update to 4.6
1 parent 0e6c56d commit 7e4d4f6

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ support older netbox version as per table below:
7171
| 4.3 | 3.5.x |
7272
| 4.4 | 3.6.x |
7373
| 4.5 | 3.7.x |
74+
| 4.6 | 3.8.x |
7475

7576
## Installing
7677

netbox_inventory_plus/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class NetBoxInventoryConfig(PluginConfig):
1111
author = 'Sol1'
1212
author_email = 'support@sol1.com.au'
1313
base_url = 'inventory_plus'
14-
min_version = '4.5.0'
15-
max_version = '4.5.99'
14+
min_version = '4.6.0'
15+
max_version = '4.6.99'
1616
default_settings = {
1717
'top_level_menu': True,
1818
'planned_status_name': 'planned',

netbox_inventory_plus/tests/test_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NetboxInventoryVersionTestCase(SimpleTestCase):
1111
"""
1212

1313
def test_version(self):
14-
assert __version__ == '3.7.0'
14+
assert __version__ == '3.8.0'
1515

1616

1717
class AppTest(APITestCase):

netbox_inventory_plus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.7.0'
1+
__version__ = '3.8.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "netbox-inventory-plus"
7-
version = "3.7.0"
7+
version = "3.8.0"
88
authors = [
99
{ name="Sol1", email="support@sol1.com.au" },
1010
]

0 commit comments

Comments
 (0)