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