diff options
| author | Christian Heimes <christian@python.org> | 2019-04-14 14:01:36 +0200 |
|---|---|---|
| committer | Christian Heimes <christian@python.org> | 2019-04-14 14:03:06 +0200 |
| commit | 49fe241089cac233ea59dd3c2a056a4de7f51257 (patch) | |
| tree | c2a65f73e470c2715675727983b8a4954b7934b4 /defusedxml | |
| parent | d46e04fcf6b51f771b671ebf869988b0677bec73 (diff) | |
| download | defusedxml-git-49fe241089cac233ea59dd3c2a056a4de7f51257.tar.gz | |
Prepare release 0.6.0.rc1v0.6.0.rc10.6.0rc1
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'defusedxml')
| -rw-r--r-- | defusedxml/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defusedxml/__init__.py b/defusedxml/__init__.py index c6874d7..f711bb4 100644 --- a/defusedxml/__init__.py +++ b/defusedxml/__init__.py @@ -51,7 +51,7 @@ def defuse_stdlib(): return defused -__version__ = "0.6.0.dev1" +__version__ = "0.6.0rc1" __all__ = [ "DefusedXmlException", |
