We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0833ce commit 53e7b0cCopy full SHA for 53e7b0c
htmlgenerator/__init__.py
@@ -3,7 +3,7 @@
3
from .lazy import * # noqa
4
from .safestring import mark_safe # noqa
5
6
-__version__ = "1.1.8"
+__version__ = "1.1.9"
7
8
9
DEBUG: bool = False
0 commit comments