Add possibility to inject js in head (analytics)

This commit is contained in:
2022-12-28 23:54:49 +01:00
parent 538dc0bd80
commit ffad964373
5 changed files with 52 additions and 2 deletions

View File

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