fixed installation ordering issue with field methods

This commit is contained in:
Hedde van der Heide
2022-04-14 11:35:25 +02:00
parent 74d648b94d
commit a02acbc561
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class SLMConfig(PluginConfig):
name = 'netbox_slm'
verbose_name = 'Software Lifecycle Management'
description = 'Software Lifecycle Management'
version = '0.95'
version = '0.96'
author = 'Hedde van der Heide'
author_email = 'hedde.vanderheide@ictu.nl'
base_url = 'slm'