summaryrefslogtreecommitdiff
path: root/defusedxml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-01-12 19:44:21 +0100
committerChristian Heimes <christian@python.org>2021-01-12 19:44:21 +0100
commitbdb55aa99d8a0a9e5765c05184b697c1c37fa28a (patch)
tree978ca44aff86ea1bbbed8459ffc7c553826bb547 /defusedxml
parent48b872b8f18871527f0b528fce3ecff84e2f33cd (diff)
downloaddefusedxml-git-bdb55aa99d8a0a9e5765c05184b697c1c37fa28a.tar.gz
Become 0.7.0rc2v0.7.0rc2
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'defusedxml')
-rw-r--r--defusedxml/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/defusedxml/__init__.py b/defusedxml/__init__.py
index 44bbccc..932beb6 100644
--- a/defusedxml/__init__.py
+++ b/defusedxml/__init__.py
@@ -56,7 +56,7 @@ def defuse_stdlib():
return defused
-__version__ = "0.7.0.rc2"
+__version__ = "0.7.0rc2"
__all__ = [
"DefusedXmlException",