fix: restore license expiration email delivery

This commit is contained in:
2026-07-29 11:28:55 +02:00
parent 3599dc703e
commit 157c891cde
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ limitations under the License.
from netbox.plugins import PluginConfig
from django.utils.translation import gettext_lazy as _
__version__ = "1.12.1"
__version__ = "1.12.2"
class SLMConfig(PluginConfig):