Hotfix the manufacturer template

This commit is contained in:
2024-11-30 14:56:26 +01:00
parent 41d9338459
commit f8246c31d3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = "0.13.5"
__version__ = "0.13.6"
__version__ += git_suffix(__file__)