We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fa859 commit 6dd35d1Copy full SHA for 6dd35d1
htmlgenerator/__init__.py
@@ -3,5 +3,5 @@
3
from .lazy import * # noqa
4
from .safestring import mark_safe # noqa
5
6
-__version__ = "1.0.1"
+__version__ = "1.0.2"
7
__DEBUG__ = False # not sure whether this is a smart idea, but environment variables do not really seem better...
0 commit comments