feat: repeat license expiration reminders daily

This commit is contained in:
2026-07-29 12:44:22 +02:00
parent 35ddffc903
commit 32d62f26b2
5 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ limitations under the License.
from netbox.plugins import PluginConfig
from django.utils.translation import gettext, gettext_lazy as _
__version__ = "1.12.4"
__version__ = "1.13.0"
class SLMConfig(PluginConfig):