diff options
author | Christian Heimes <christian@python.org> | 2020-05-04 23:48:03 +0200 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2020-05-04 23:49:17 +0200 |
commit | eb38a2d710b67df48614cb5098ddb8472289ce6d (patch) | |
tree | a124ddc7056b5935356556e5b33b0ab914d47f6e /README.md | |
parent | 4339aeea22a90eb48cf2558beaae20ad06e28fbb (diff) | |
download | defusedxml-git-eb38a2d710b67df48614cb5098ddb8472289ce6d.tar.gz |
Become 0.7.0.rc1v0.7.0.rc1
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -715,9 +715,9 @@ See <https://www.python.org/psf/license> for licensing details. Injection](https://www.owasp.org/index.php/Testing_for_XML_Injection_\(OWASP-DV-008\)) # Changelog -## defusedxml 0.7.0 +## defusedxml 0.7.0.rc1 -*Release date: ??-Mar-2020* +*Release date: 04-May-2020* - Add support for Python 3.9 - `defusedxml.cElementTree` is not available with Python 3.9. |