Enable search by sku

This commit is contained in:
2022-08-21 16:53:18 +02:00
parent f56accb4ff
commit 6accb66006
2 changed files with 2 additions and 1 deletions

View File

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