Release plugin version 1.8.0 (#64)

Closes #63

Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com>
This commit is contained in:
wkoot
2025-02-25 20:13:25 +01:00
committed by GitHub
parent 334a76e640
commit 175a01b257
7 changed files with 402 additions and 199 deletions
+17 -1
View File
@@ -1,6 +1,22 @@
"""
Copyright 2022-2025 ICTU
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
from netbox.plugins import PluginConfig
__version__ = "1.7.0"
__version__ = "1.8.0"
class SLMConfig(PluginConfig):