summaryrefslogtreecommitdiff
path: root/defusedxml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2013-03-28 12:22:24 +0100
committerChristian Heimes <christian@python.org>2013-03-28 12:22:24 +0100
commit5cf3f0f3daaeb726a0f26e418b37e7b9e42edc53 (patch)
treedfbe047004c1ade60de01217728db29021470f24 /defusedxml
parente841a4e43e318218ed52d1664984a666f91c0951 (diff)
downloaddefusedxml-git-0.4.1.tar.gz
Prepare release 0.4.1v0.4.1
Diffstat (limited to 'defusedxml')
-rw-r--r--defusedxml/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/defusedxml/__init__.py b/defusedxml/__init__.py
index 247f542..98a7f14 100644
--- a/defusedxml/__init__.py
+++ b/defusedxml/__init__.py
@@ -14,7 +14,7 @@ from .common import (DefusedXmlException, DTDForbidden, EntitiesForbidden,
def defuse_stdlib():
"""Monkey patch and defuse all stdlib packages
- :warning: It's an HIGHLY EXPERIMETNAL and hardly tested feature.
+ :warning: The monkey patch is an EXPERIMETNAL feature.
"""
defused = {}
@@ -38,5 +38,5 @@ def defuse_stdlib():
return defused
-__version__ = "0.5dev"
+__version__ = "0.4.1"