From bf63046edbe8177c316066f6a279672778ccf240 Mon Sep 17 00:00:00 2001 From: Hedde van der Heide Date: Fri, 11 Feb 2022 12:52:51 +0100 Subject: [PATCH] fixed bugs and updated to version 0.93: --- src/setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/setup.cfg b/src/setup.cfg index 0b0f1f7..a7c2753 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = netbox-slm -version = 0.92 +version = 0.93 description = Software Lifecycle Management Netbox Plugin. # long_description = file: README.rst # long_description_content_type='text/x-rst' @@ -16,6 +16,8 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Internet :: WWW/HTTP